summaryrefslogtreecommitdiff
path: root/community/ecryptfs-utils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ecryptfs-utils
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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"
-}