milis/talimatname/genel/cifs-utils/talimat

17 lines
354 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.

# 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
}