diff --git a/srcpkgs/cifs-utils/cifs-utils.rshlibs b/srcpkgs/cifs-utils/cifs-utils.rshlibs new file mode 100644 index 00000000000..224452e07b8 --- /dev/null +++ b/srcpkgs/cifs-utils/cifs-utils.rshlibs @@ -0,0 +1,6 @@ +librt.so.1 +libc.so.6 +libwbclient.so.0 +libkeyutils.so.1 +libkrb5.so.3 +libcap-ng.so.0 diff --git a/srcpkgs/cifs-utils/template b/srcpkgs/cifs-utils/template new file mode 100644 index 00000000000..4271347d24c --- /dev/null +++ b/srcpkgs/cifs-utils/template @@ -0,0 +1,27 @@ +# Template file for 'cifs-utils' +pkgname=cifs-utils +version=5.3 +homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils" +distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2" +build_style=gnu-configure +short_desc="CIFS filesystem user-space tools" +maintainer="Juan RP " +license="GPL-2" +checksum=68e969c4107a872e2848992732dc11eafc7bdf084bec894c0ba677572de49b32 +long_desc=" + The SMB/CIFS protocol provides support for cross-platform file sharing with + Microsoft Windows, OS X, and other Unix systems. + + This package provides utilities for managing mounts of CIFS network file + systems." + +Add_dependency build mit-krb5-devel +Add_dependency build talloc-devel +Add_dependency build libcap-ng-devel +Add_dependency build samba-devel +Add_dependency build keyutils-devel + +post_install() { + vmove "sbin/*" usr/sbin + chmod +s ${DESTDIR}/usr/sbin/mount.cifs +}