Date: Thursday, August 18, 2016 @ 19:39:08
  Author: jlichtblau
Revision: 186972

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 186971, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-x86_64/
  encfs/repos/community-staging-x86_64/PKGBUILD
    (from rev 186971, 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 186971, 
encfs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-08-18 19:39:08 UTC (rev 186972)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+# Contributor: Sven Kauber, <cel...@gmail.com>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=encfs
+pkgver=1.8.1
+pkgrel=7
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost' 'autoconf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ed6b69d8aba06382ad01116bbce2e4ad49f8de85cdf4e2fab7ee4ac82af537e9')
+
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: encfs/repos/community-staging-x86_64/PKGBUILD (from rev 186971, 
encfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-18 19:39:08 UTC (rev 186972)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+# Contributor: Sven Kauber, <cel...@gmail.com>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=encfs
+pkgver=1.8.1
+pkgrel=7
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost' 'autoconf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ed6b69d8aba06382ad01116bbce2e4ad49f8de85cdf4e2fab7ee4ac82af537e9')
+
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to