lftp: updated to 4.3.1.

This commit is contained in:
Tilman Sauerbeck 2011-07-02 10:50:43 +02:00
parent 03e10504f3
commit 84251ced81
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
ae32e290b096d50856129b45a99411dc lftp-4.3.0.tar.xz
ccef0f84416fc964b7b8a5e3f2e87631 lftp-4.3.1.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=lftp
version=4.3.0
version=4.3.1
release=1
source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz)
@ -14,8 +14,8 @@ build() {
./configure --prefix=/usr --disable-nls --with-openssl=/usr \
--mandir=/usr/man --sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
make -j 1
make -j 1 DESTDIR=$PKG install
rm -r $PKG/usr/lib
}