opt/cifs-utils/Pkgfile

19 lines
517 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
2016-02-23 12:11:34 +01:00
version=6.5
2013-03-26 09:41:06 +01:00
release=1
2015-05-23 11:22:30 +02:00
source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
2013-03-26 09:41:06 +01:00
cifs)
2011-09-02 11:59:45 +02:00
build () {
cd $name-$version
2016-02-23 12:11:34 +01:00
./configure --prefix=/usr
2011-09-02 11:59:45 +02:00
make
make DESTDIR=$PKG install
2013-01-21 16:37:31 +01:00
install -D -m 0755 $SRC/cifs $PKG/etc/rc.d/cifs
2011-09-02 11:59:45 +02:00
}