1 # Maintainer: Mike Sampson <mike at sambodata dot com>
2 # Contributor: Andrea Benazzo <andy@qitty.net>
6 pkgdesc="utility which allows an ordinary user to mount an encrypted file system"
8 url="http://cryptmount.sourceforge.net/"
10 depends=(libgcrypt device-mapper util-linux-ng)
12 source=(http://downloads.sourceforge.net/project/cryptmount/cryptmount/cryptmount-$pkgver/cryptmount-$pkgver.tar.gz)
14 md5sums=('29d4e9ea3f2c4fbf14623d3457c7026c')
17 cd "$srcdir/$pkgname-$pkgver"
19 install -d "$pkgdir/usr/sbin";
20 ./configure --prefix=/usr --sysconfdir=/etc
22 make DESTDIR="$pkgdir" install
25 # vim:set ts=2 sw=2 et: