opt/ncftp/Pkgfile
2006-08-12 07:43:26 +00:00

18 lines
405 B
Plaintext

# Description: a powerful ftp client with a very nice text-based interface
# URL: http://www.ncftp.com
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=ncftp
version=3.2.0
release=1
source=(ftp://ftp.ncftp.com/$name/$name-$version-src.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
}