summaryrefslogtreecommitdiff
path: root/lftp/Pkgfile
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-05-24 09:04:26 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-05-24 09:04:26 +0200
commitb700c25f3b50d76d919206693a07b15e3582c792 (patch)
tree3c8a4abc684076a68b1ebdf6509747b183b50e32 /lftp/Pkgfile
parentc2f26cef93b2a81a83404e7f958d07720e56c4ca (diff)
downloadopt-b700c25f3b50d76d919206693a07b15e3582c792.tar.gz
opt-b700c25f3b50d76d919206693a07b15e3582c792.tar.xz
lftp: updated to 3.7.3.
Diffstat (limited to 'lftp/Pkgfile')
-rw-r--r--lftp/Pkgfile13
1 files changed, 3 insertions, 10 deletions
diff --git a/lftp/Pkgfile b/lftp/Pkgfile
index 6a8219477..67a4ffce4 100644
--- a/lftp/Pkgfile
+++ b/lftp/Pkgfile
@@ -4,25 +4,18 @@
# Depends on: openssl
name=lftp
-version=3.7.2
+version=3.7.3
release=1
source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr --disable-nls --with-openssl=/usr \
- --mandir=/usr/man
-
- make -C src confpaths.h
- echo "#undef SYSCONFDIR" >> src/confpaths.h
- echo "#define SYSCONFDIR \"/usr/etc\"" >> src/confpaths.h
+ ./configure --prefix=/usr --disable-nls --with-openssl=/usr \
+ --mandir=/usr/man --sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
- mkdir $PKG/usr/etc
- mv $PKG/etc/lftp.conf $PKG/usr/etc
- rmdir $PKG/etc
rm -r $PKG/usr/lib
}

Generated by cgit