[arch-commits] Commit in (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Aug 29 17:01:52 UTC 2015


    Date: Saturday, August 29, 2015 @ 19:01:52
  Author: jlichtblau
Revision: 138930

sqlcipher moved to [community]
as new dependency for the 'skrooge' package

Added:
  sqlcipher/
  sqlcipher/repos/
  sqlcipher/trunk/
  sqlcipher/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: sqlcipher/trunk/PKGBUILD
===================================================================
--- sqlcipher/trunk/PKGBUILD	                        (rev 0)
+++ sqlcipher/trunk/PKGBUILD	2015-08-29 17:01:52 UTC (rev 138930)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=2
+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' 'sqlite3' 'git' '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
+}


Property changes on: sqlcipher/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list