updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / lftpfs / PKGBUILD
blobfa9cdda8bf8e08e49463331c92945cc11cdcf53c
1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer:  Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
5 pkgname=lftpfs
6 pkgver=0.4.2
7 pkgrel=2
8 pkgdesc="Read-only network filesystem with caching for smart mirroring of sites. (like Linux repositories) It's based on FUSE and LFTP client (supports FTP, HTTP, FISH, SFTP, HTTPS, FTPS protocols & works over proxies.) LftpFS is fork from unmaintained FuseFTP."
9 arch=('any')
10 license=('GPL')
11 url="http://lftpfs.sourceforge.net/"
12 makedepends=('perl')
13 depends=('lftp' 'perl' 'fuse' 'perl-fuse' 'perl-ipc-run')
14 source=(
15         #just for sure!
16         "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
18 md5sums=('aec22aa8107afe5a250c39330a1b08d2')
21 build() {
22         cd ${srcdir}/${pkgname}-${pkgver}/ || return 1
24         perl Makefile.PL || return 1
25         make || return 1
26         make DESTDIR=${pkgdir} install || return 1