opt/lftp/Pkgfile
2011-07-10 16:53:20 +02:00

22 lines
485 B
Plaintext

# Description: Sophisticated command line based FTP client
# URL: http://lftp.yar.ru/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: openssl
name=lftp
version=4.3.1
release=1
source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls --with-openssl=/usr \
--mandir=/usr/man --sysconfdir=/usr/etc
make -j 1
make -j 1 DESTDIR=$PKG install
rm -r $PKG/usr/lib
}