void-packages/srcpkgs/cifs-utils/template

21 lines
754 B
Text
Raw Normal View History

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