# Depends on: samba

description="CIFS filesystem user-space tools"
url="http://www.samba.org"
packager="pierre at nutyx dot org"
name=cifs-utils
version=6.6
release=1

source=( http://ftp.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2)


build() {
cd $name-$version
./configure --prefix=/usr --disable-systemd
make
make DESTDIR=$PKG install
}
