[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Tue Jul 14 07:03:39 UTC 2015


    Date: Tuesday, July 14, 2015 @ 09:03:39
  Author: fyan
Revision: 242193

addpkg: prison-frameworks 1.1.1.20141027-1

Added:
  prison-frameworks/
  prison-frameworks/repos/
  prison-frameworks/trunk/
  prison-frameworks/trunk/PKGBUILD

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

Added: prison-frameworks/trunk/PKGBUILD
===================================================================
--- prison-frameworks/trunk/PKGBUILD	                        (rev 0)
+++ prison-frameworks/trunk/PKGBUILD	2015-07-14 07:03:39 UTC (rev 242193)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison-frameworks
+pkgver=1.1.1.20141027
+_commit=8f25e5a557ca402d3df538c6d0bdad4481b26656
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+source=("git://anongit.kde.org/prison.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../prison \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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



More information about the arch-commits mailing list