opt/ncftp/Pkgfile

17 lines
371 B
Plaintext
Raw Normal View History

2006-10-10 05:38:57 +02:00
# 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
2006-08-12 09:43:26 +02:00
version=3.2.0
release=1
source=(ftp://ftp.ncftp.com/$name/$name-$version-src.tar.bz2)
build() {
2006-10-10 05:38:57 +02:00
cd $name-$version
./configure --prefix=/usr \
--mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
}