opt/lftp/Pkgfile

22 lines
485 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Sophisticated command line based FTP client
# URL: http://lftp.yar.ru/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: openssl
name=lftp
2011-07-02 10:50:43 +02:00
version=4.3.1
2006-02-23 16:26:10 +01:00
release=1
2010-09-02 09:19:25 +02:00
source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
2008-05-24 09:04:26 +02:00
./configure --prefix=/usr --disable-nls --with-openssl=/usr \
--mandir=/usr/man --sysconfdir=/usr/etc
2006-02-23 16:26:10 +01:00
2011-07-02 10:50:43 +02:00
make -j 1
make -j 1 DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
rm -r $PKG/usr/lib
}