opt/ncftp/Pkgfile
2007-10-09 08:00:12 -05: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.1
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
}