lftp: updated to 3.7.3.
This commit is contained in:
parent
c2f26cef93
commit
b700c25f3b
@ -1 +1 @@
|
|||||||
17956cdb9fe3032825b4a1760644bcaf lftp-3.7.2.tar.bz2
|
fc98506620b059d712341d624eb720d6 lftp-3.7.3.tar.bz2
|
||||||
|
13
lftp/Pkgfile
13
lftp/Pkgfile
@ -4,25 +4,18 @@
|
|||||||
# Depends on: openssl
|
# Depends on: openssl
|
||||||
|
|
||||||
name=lftp
|
name=lftp
|
||||||
version=3.7.2
|
version=3.7.3
|
||||||
release=1
|
release=1
|
||||||
source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.bz2)
|
source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr --disable-nls --with-openssl=/usr \
|
./configure --prefix=/usr --disable-nls --with-openssl=/usr \
|
||||||
--mandir=/usr/man
|
--mandir=/usr/man --sysconfdir=/usr/etc
|
||||||
|
|
||||||
make -C src confpaths.h
|
|
||||||
|
|
||||||
echo "#undef SYSCONFDIR" >> src/confpaths.h
|
|
||||||
echo "#define SYSCONFDIR \"/usr/etc\"" >> src/confpaths.h
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
mkdir $PKG/usr/etc
|
|
||||||
mv $PKG/etc/lftp.conf $PKG/usr/etc
|
|
||||||
rmdir $PKG/etc
|
|
||||||
rm -r $PKG/usr/lib
|
rm -r $PKG/usr/lib
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user