contrib/ncftp/Pkgfile

18 lines
356 B
Plaintext
Raw Normal View History

2010-03-02 23:15:22 +01:00
# Description: command ftp client with completion
# URL: http://www.ncftp.com/ncftp/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=ncftp
2017-05-08 01:18:34 +02:00
version=3.2.6
2020-01-20 16:14:44 +01:00
release=2
2017-05-08 01:18:34 +02:00
source=(ftp://ftp.ncftp.com/ncftp/ncftp-$version-src.tar.xz)
2010-03-02 23:15:22 +01:00
build() {
cd $name-$version
2020-01-20 16:14:44 +01:00
./configure --prefix=/usr
2010-03-02 23:15:22 +01:00
make
make install DESTDIR=$PKG
}