Date: Friday, November 29, 2013 @ 06:08:26
  Author: eric
Revision: 101608

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-i686/PKGBUILD
    (from rev 101607, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-x86_64/
  encfs/repos/community-staging-x86_64/PKGBUILD
    (from rev 101607, encfs/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 101607, 
encfs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-11-29 05:08:26 UTC (rev 101608)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+# Contributor: Sven Kauber, <cel...@gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=12
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: encfs/repos/community-staging-x86_64/PKGBUILD (from rev 101607, 
encfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-29 05:08:26 UTC (rev 101608)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+# Contributor: Sven Kauber, <cel...@gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=12
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to