2012-04-05 12:24:35 +02:00
|
|
|
# Template file for 'cifs-utils'
|
|
|
|
pkgname=cifs-utils
|
2014-09-08 11:03:35 +02:00
|
|
|
version=6.4
|
2014-05-26 11:36:07 +02:00
|
|
|
revision=1
|
2012-08-06 18:46:58 +02:00
|
|
|
build_style=gnu-configure
|
2014-09-08 11:03:35 +02:00
|
|
|
configure_args="--sbindir=/usr/sbin"
|
|
|
|
make_install_args="ROOTSBINDIR=/usr/sbin"
|
|
|
|
hostmakedepends="pkg-config libcap-ng-devel"
|
2014-05-26 11:36:07 +02:00
|
|
|
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel>=3.6.15_2 keyutils-devel pam-devel"
|
2012-04-05 12:24:35 +02:00
|
|
|
short_desc="CIFS filesystem user-space tools"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
2012-08-06 18:46:58 +02:00
|
|
|
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
|
|
|
distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
2014-09-08 11:03:35 +02:00
|
|
|
checksum=38fc63926af435dae4ebcf4406275580a692d9fb9ee3e32170317cf2ba68e6e3
|
2013-09-24 15:59:21 +02:00
|
|
|
|
2012-04-05 12:24:35 +02:00
|
|
|
post_install() {
|
2014-09-08 11:03:35 +02:00
|
|
|
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
|
2013-09-24 15:59:21 +02:00
|
|
|
rm -rf ${DESTDIR}/usr/include
|
2012-04-05 12:24:35 +02:00
|
|
|
}
|