void-packages/srcpkgs/cifs-utils/template

21 lines
740 B
Text
Raw Normal View History

2012-04-05 10:24:35 +00:00
# Template file for 'cifs-utils'
pkgname=cifs-utils
2014-09-08 09:03:35 +00:00
version=6.4
2014-05-26 09:36:07 +00:00
revision=1
2012-08-06 16:46:58 +00:00
build_style=gnu-configure
2014-09-08 09:03:35 +00:00
configure_args="--sbindir=/usr/sbin"
make_install_args="ROOTSBINDIR=/usr/sbin"
hostmakedepends="pkg-config libcap-ng-devel"
2014-05-26 09:36:07 +00:00
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-09-08 09:03:35 +00:00
checksum=38fc63926af435dae4ebcf4406275580a692d9fb9ee3e32170317cf2ba68e6e3
2013-09-24 13:59:21 +00:00
2012-04-05 10:24:35 +00:00
post_install() {
2014-09-08 09:03:35 +00:00
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
2013-09-24 13:59:21 +00:00
rm -rf ${DESTDIR}/usr/include
2012-04-05 10:24:35 +00:00
}