17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
# Tanım: CIFS dosya sistemi kullanıcı alanı araçları
|
||
# URL: http://www.samba.org
|
||
# Paketçi: milisarge
|
||
# Gerekler: samba
|
||
|
||
name=cifs-utils
|
||
version=6.5
|
||
release=1
|
||
source=( http://ftp.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2)
|
||
|
||
derle() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr --disable-systemd
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|