updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / httpfs2 / PKGBUILD
blob2e89c7ed13375cd168ad27459517a2214915db9e
1 # Contributor: Constantinko <helllamer@gmail.com>
2 pkgname=httpfs2
3 pkgver=0.1.3
4 pkgrel=2
5 pkgdesc="FUSE-based file system."
6 arch=('i686' 'x86_64')
7 url="http://httpfs.sourceforge.net/"
8 license=('GPL')
9 depends=('fuse' 'openssl')
10 makedepends=('asciidoc')
11 source=("http://downloads.sourceforge.net/project/httpfs/httpfs2/$pkgname-$pkgver.tar.gz")
12 md5sums=('d31dd27ba4ff9a99e6915564aa778a93')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   install -d $pkgdir/usr/{bin,share/man/man1}
17   make httpfs2 httpfs2_ssl httpfs2_ssl.1 httpfs2.1 || exit 1
18   install -m755 httpfs2         $pkgdir/usr/bin/
19   install -m755 httpfs2_ssl     $pkgdir/usr/bin/
20   install -m755 httpfs2.1       $pkgdir/usr/share/man/man1/
21   ln -s         httpfs2.1       $pkgdir/usr/share/man/man1/httpfs2_ssl.1