20 lines
740 B
Text
20 lines
740 B
Text
# Template file for 'cifs-utils'
|
|
pkgname=cifs-utils
|
|
version=6.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--sbindir=/usr/sbin"
|
|
make_install_args="ROOTSBINDIR=/usr/sbin"
|
|
hostmakedepends="pkg-config libcap-ng-devel"
|
|
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel>=3.6.15_2 keyutils-devel pam-devel"
|
|
short_desc="CIFS filesystem user-space tools"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
|
distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=38fc63926af435dae4ebcf4406275580a692d9fb9ee3e32170317cf2ba68e6e3
|
|
|
|
post_install() {
|
|
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
|
|
rm -rf ${DESTDIR}/usr/include
|
|
}
|