milis/talimatname/genel/ncftp/talimat

24 lines
430 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: Internet standartı Dosya Aktarım Protokolüne güçlü ve esnek bir arabirim.
# URL: http://www.ncftp.com/
# Packager: milisarge
# 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
}