updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / chunkfs / PKGBUILD
blob76a100d570f061905fcbac9cde089e32904fa914
1 # Contributor: Moritz Heidkamp <moritz@twoticketsplease.de>
2 pkgname="chunkfs"
3 pkgver=0.5
4 pkgrel=2
5 pkgdesc="A FUSE  based filesystem that allows mounting an arbitrary file or block device as a directory tree of files that each represent a chunk of user-specified size of the mounted file."
6 arch=('i686' 'x86_64')
7 url="http://chunkfs.florz.de/"
8 depends=(fuse)
9 makedepends=(perl)
10 license=('GPL')
11 source=(http://chunkfs.florz.de/${pkgname}_${pkgver}.tar.gz)
12 md5sums=('699710d8fbf8a319e40ae4ce2c5611e4')
14 build() {
15   mkdir -p "${pkgdir}/usr/bin"
16   mkdir -p "${pkgdir}/usr/share/man/man1"
17   cd "${srcdir}/${pkgname}-${pkgver}"
18   make
19   make DESTDIR="${pkgdir}" PREFIX="/usr" install