#Maintainer: JRD pkgname=curlftpfs pkgver=0.9.2 pkgrel=1 zenver=54 arch=i486 source=(http://downloads.sourceforge.net/curlftpfs/$pkgname-$pkgver.tar.gz) sourcetemplate=http://enialis.net/~jrd/zenwalk/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://curlftpfs.sourceforge.net slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "CurlFtpFS is a filesystem for accessing FTP using FUSE and libcurl." "CurlFtpFS features:" "* SSLv3 and TLSv1 support" "* connecting through tunneling HTTP proxies" "* automatically reconnection if the server times out" "* transform absolute symlinks to point back into the ftp file system" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }