opt/ncftp/Pkgfile
2006-10-10 03:38:57 +00:00

17 lines
371 B
Plaintext

# Description: A powerful ftp client with a very nice text-based interface
# URL: http://www.ncftp.com/
# Maintainer: Matt Housh, jaeger at crux dot nu
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
}