void-packages/srcpkgs/cifs-utils/template
2012-08-06 18:46:58 +02:00

24 lines
826 B
Plaintext

# Template file for 'cifs-utils'
pkgname=cifs-utils
version=5.6
revision=1
build_style=gnu-configure
makedepends="pkg-config mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-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=f1501a26a800a336baf53ba0ea383274361c86c4b50ec45c656b9810b84dc138
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."
post_install() {
vmove "sbin/*" usr/sbin
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
}