1 # $Id: PKGBUILD 52537 2011-07-26 04:21:21Z svenstaro $
2 # Contributor: Andrea Scarpino <andrea@archlinux.org>
3 # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
4 # Contributor: Sven Kauber, <celeon@gmail.com>
5 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
7 pkgname=encfs-trueondemand
10 pkgdesc='This patched version of EncFS will ask for password only when you access to mountpoint with the --ondemand option. Also accepts a SIGUSR1 signal for unmounting.'
11 arch=('i686' 'x86_64')
12 url='http://code.google.com/p/encfs/issues/detail?id=122'
14 depends=('rlog' 'openssl' 'fuse' 'boost-libs')
18 source=("http://encfs.googlecode.com/files/encfs-${pkgver}.tgz" "true_ondemand.patch")
19 md5sums=('ac90cc10b2e9fc7e72765de88321d617' '08febb83aa2d3870d4da4a08cd32cee3')
23 patch -Np1 -i ../../true_ondemand.patch
34 make DESTDIR=${pkgdir} install