milis/talimatname/genel/n/ncftp/talimat

24 lines
423 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Internet standartı Dosya Aktarım Protokolüne güçlü ve esnek bir arabirim.
2016-02-24 01:27:23 +01:00
# URL: http://www.ncftp.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=ncftp
version=3.2.5
release=1
source=(ftp://ftp.ncftp.com/ncftp/$name-$version-src.tar.bz2)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make -C libncftp shared
make
make -C libncftp soinstall
make DESTDIR=$PKG install
}