opt/lftp/Pkgfile
2017-05-07 23:25:40 +02:00

25 lines
596 B
Plaintext

# Description: Sophisticated command line based FTP client
# URL: http://lftp.yar.ru/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: openssl
name=lftp
version=4.7.7
release=1
source=(http://lftp.yar.ru/ftp/lftp-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls --with-openssl=/usr \
--sysconfdir=/usr/etc \
--disable-dependency-tracking # speed up things a little
make
make DESTDIR=$PKG install
rm -r $PKG/usr/lib
}