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

Generated by cgit