milis/talimatname/genel/ncftp/talimat

24 lines
430 B
Plaintext
Raw Normal View History

2017-04-05 13:05:20 +02:00
# Description: 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-04-05 13:05:20 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on:
name=ncftp
version=3.2.5
release=1
source=(ftp://ftp.ncftp.com/ncftp/$name-$version-src.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make -C libncftp shared
make
make -C libncftp soinstall
make DESTDIR=$PKG install
}