# $Id: PKGBUILD 66344 2012-02-23 20:45:16Z tredaelli $ # Maintainer: Timothy Redaelli # Contributor: Richard Murri # Contributor: Michal Krenek pkgname=ecryptfs-utils pkgver=96 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" url="https://launchpad.net/ecryptfs" license=('GPL') makedepends=('swig' 'intltool' 'gettext') depends=('keyutils' 'nss' 'python2') source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz") options=(!libtool) md5sums=('4f92c9f6e8f62ac00ca7e2c4e480f1d7') build() { cd "$srcdir/${pkgname}-${pkgver}" ./configure --prefix=/usr PYTHON=python2 make } package() { cd "$srcdir/${pkgname}-${pkgver}" make DESTDIR="$pkgdir/" install chmod +s "$pkgdir"/sbin/mount.ecryptfs_private }