milis/talimatname/genel/c/cifs-utils/talimat

18 lines
353 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: CIFS dosya sistemi kullanıcı alanı araçları
# URL: http://www.samba.org
# Paketçi: milisarge
# Gerekler: samba
# Grup: sistem
isim=cifs-utils
surum=6.5
devir=1
kaynak=(http://ftp.samba.org/pub/linux-cifs/$isim/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-systemd
make
make DESTDIR=$PKG install
}