summaryrefslogtreecommitdiff
path: root/lftp/Pkgfile
blob: 7d6f3b9636f3ad723ed7aa4f556d82b2041cf9ab (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.9
    9 release=1
   10 source=(http://lftp.yar.ru/ftp/lftp-$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