lftp: 4.3.3 -> 4.3.7

This commit is contained in:
Thomas Penteker 2012-06-20 20:16:33 +02:00
parent bc0e89356d
commit 77edeebb66
2 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
7ff6217036e551020247ce74495f78c5 lftp-4.3.3.tar.xz
df7c928644866712ad8fc1677f42fc30 lftp-4.3.7.tar.xz

View File

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