summaryrefslogtreecommitdiff
path: root/community/ecryptfs-utils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ecryptfs-utils
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ecryptfs-utils')
-rw-r--r--community/ecryptfs-utils/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD
deleted file mode 100644
index 0b03164dc..000000000
--- a/community/ecryptfs-utils/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 92248 2013-06-03 11:15:14Z allan $
-# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
-# Contributor: Richard Murri <admin@richardmurri.com>
-# Contributor: Michal Krenek <mikos@sg1.cz>
-
-pkgname=ecryptfs-utils
-pkgver=103
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
-url="https://launchpad.net/ecryptfs"
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('keyutils' 'nss' 'openssl')
-optdepends=('python2: for python module')
-source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz"
- "${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc")
-options=(!libtool)
-md5sums=('39929d850edd24b175ff0c82722e0de1'
- '1fc46fb18d662315c8d4cb13b0e618c0')
-
-build() {
- cd "$srcdir/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
- make
-}
-
-package() {
- cd "$srcdir/${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
- chmod +s "$pkgdir/usr/bin/mount.ecryptfs_private"
-}