opt/cifs-utils/Pkgfile

19 lines
553 B
Plaintext
Raw Normal View History

2011-09-02 11:59:45 +02:00
# Description: Utilities for doing and managing mounts of the Linux CIFS filesystem
# URL: http://wiki.samba.org/index.php/LinuxCIFS_utils
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: samba keyutils
name=cifs-utils
2013-01-07 18:01:21 +01:00
version=5.9
release=2
source=(ftp://ftp.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
$name-$version-got_user.patch)
2011-09-02 11:59:45 +02:00
build () {
cd $name-$version
patch -p1 -i $SRC/$name-$version-got_user.patch
2011-09-02 11:59:45 +02:00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}