summaryrefslogtreecommitdiff
path: root/lftp/Pkgfile
blob: 92052804a0d57dc00d7c56c4b8e5f8b56ce53bbd (plain)
    1 # Description: Sophisticated command line based FTP client
    2 # URL: http://lftp.yar.ru/
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: openssl
    5 
    6 name=lftp
    7 version=4.1.3
    8 release=1
    9 source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	./configure --prefix=/usr --disable-nls --with-openssl=/usr \
   15 	            --mandir=/usr/man --sysconfdir=/usr/etc
   16 
   17 	make
   18 	make DESTDIR=$PKG install
   19 
   20 	rm -r $PKG/usr/lib
   21 }

Generated by cgit