17 lines
354 B
Plaintext
17 lines
354 B
Plaintext
# Description: CIFS dosya sistemi kullanıcı alanı araçları
|
||
# URL: http://www.samba.org
|
||
# Packager: milisarge
|
||
# Depends on: samba
|
||
|
||
name=cifs-utils
|
||
version=6.5
|
||
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
|
||
}
|