1 # Contributor: Moritz Heidkamp <moritz@twoticketsplease.de>
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."
7 url="http://chunkfs.florz.de/"
11 source=(http://chunkfs.florz.de/${pkgname}_${pkgver}.tar.gz)
12 md5sums=('699710d8fbf8a319e40ae4ce2c5611e4')
15 mkdir -p "${pkgdir}/usr/bin"
16 mkdir -p "${pkgdir}/usr/share/man/man1"
17 cd "${srcdir}/${pkgname}-${pkgver}"
19 make DESTDIR="${pkgdir}" PREFIX="/usr" install