[arch-commits] Commit in encfs/repos (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Sep 12 18:04:51 UTC 2016


    Date: Monday, September 12, 2016 @ 18:04:51
  Author: jlichtblau
Revision: 189216

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   43 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   43 ++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: encfs/repos/community-testing-i686/PKGBUILD (from rev 189215, encfs/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-09-12 18:04:51 UTC (rev 189216)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Sven Kauber, <celeon at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=encfs
+pkgver=1.9
+pkgrel=1
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse' 'tinyxml2')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('30d2db1555ec359082046748d278018b8a246dc49c0442291c5671da0486f4bf')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+      -DBUILD_SHARED_LIBS=ON \
+      -DUSE_INTERNAL_TINYXML=OFF \
+      -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: encfs/repos/community-testing-x86_64/PKGBUILD (from rev 189215, encfs/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-09-12 18:04:51 UTC (rev 189216)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Sven Kauber, <celeon at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=encfs
+pkgver=1.9
+pkgrel=1
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse' 'tinyxml2')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('30d2db1555ec359082046748d278018b8a246dc49c0442291c5671da0486f4bf')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+      -DBUILD_SHARED_LIBS=ON \
+      -DUSE_INTERNAL_TINYXML=OFF \
+      -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list