1 # Maintainer: Gaetan Bisson <bisson@archlinux.org>
7 pkgdesc='Compressed read-only filesystem based on FUSE'
8 url='http://bisqwit.iki.fi/source/cromfs.html'
10 depends=('gcc-libs' 'fuse' 'lzo2')
11 source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
14 sha1sums=('983975d0e7cf65fda20ce16560b9a0b4c6be8123'
15 '6f496b78c71678f13826300ca88129412151692d'
16 'a6c7605e23379decbc537f7e9d5c6e2404f7ffd8')
19 cd "${srcdir}/${pkgname}-${pkgver}"
21 patch -p1 -i ../make-generic.patch
22 patch -p1 -i ../make-static.patch
29 cd "${srcdir}/${pkgname}-${pkgver}"
31 make DESTDIR="${pkgdir}" install
32 install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
33 install -m755 install/progs/* "${pkgdir}"/usr/bin/
34 install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/