#Maintainer: Pedro Pinto (pnboy~AT~pinguix.com) pkgname=lftp pkgver=3.7.7 pkgrel=1 zenver=54 arch=i486 source=(http://ftp.yars.free.net/pub/source/lftp/lftp-$pkgver.tar.gz) sourcetemplate=http://pnboy.pinguix.com/my_packages/zenwalk/$pkgname/$pkgver/ docs=(ABOUT-NLS BUGS COPYING ChangeLog FAQ FEATURES INSTALL MIRRORS NEWS README README.debug-levels README.modules THANKS TODO lftp.lsm) url=http://lftp.yar.ru/ dotnew=(etc/lftp.conf) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (command line file transfer program)" "lftp is a program that allows sophisticated ftp and http connections" "to other hosts. lftp can handle many file access methods including" "ftp, ftps, http, https, hftp, fish and file. Every operation in lftp" "is reliable, that is any non-fatal error is ignored and the operation" "is retried. lftp has shell-like command syntax. lftp has a built in" "mirror feature which can download or upload a whole directory tree." "To learn about many more features of lftp, see 'man lftp'." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }