milis/talimatname/genel/n/ncftp/talimat

25 lines
427 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: Internet standartı Dosya Aktarım Protokolüne güçlü ve esnek bir arabirim.
# URL: http://www.ncftp.com/
# Paketçi: milisarge
# Gerekler:
# Grup: ağ
isim=ncftp
surum=3.2.5
devir=1
kaynak=(ftp://ftp.ncftp.com/ncftp/$isim-$surum-src.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc
make -C libncftp shared
make
make -C libncftp soinstall
make DESTDIR=$PKG install
}