1 # Maintainer: Gaetan Bisson <bisson@archlinux.org>
6 pkgdesc='The secure, transparent and irresistible filesystem'
8 url="http://www.normalesup.org/~bisson/msc/stirfs-${pkgver}.c"
10 depends=('fuse' 'openssl')
12 sha1sums=('3961d8408a86219b7abadc27ae8e13f8c4d11d42')
16 cc ${CFLAGS} -D_FILE_OFFSET_BITS=64 -lfuse -lcrypto -o stirfs "stirfs-${pkgver}.c" ${LDFLAGS}
21 install -d "${pkgdir}"/usr/{bin,share/licenses/stirfs}
22 install -m 755 "${srcdir}"/stirfs "${pkgdir}"/usr/bin/
23 head -n 22 "stirfs-${pkgver}.c" > "${pkgdir}"/usr/share/licenses/stirfs/COPYING