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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 19:29:27 UTC 2015


    Date: Sunday, September 6, 2015 @ 21:29:27
  Author: foutrelis
Revision: 139336

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

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

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

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 139335, sqlcipher/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 19:29:27 UTC (rev 139336)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=4
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of database files"
+arch=('i686' 'x86_64')
+url="https://www.zetetic.net/sqlcipher/"
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+                CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 139335, sqlcipher/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 19:29:27 UTC (rev 139336)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=4
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of database files"
+arch=('i686' 'x86_64')
+url="https://www.zetetic.net/sqlcipher/"
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+                CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list