[arch-commits] Commit in (prison prison/repos prison/trunk prison/trunk/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Jul 28 15:01:26 UTC 2011


    Date: Thursday, July 28, 2011 @ 11:01:26
  Author: andrea
Revision: 133482

new KDE 4.7 dependence

Added:
  prison/
  prison/repos/
  prison/trunk/
  prison/trunk/PKGBUILD

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

Added: prison/trunk/PKGBUILD
===================================================================
--- prison/trunk/PKGBUILD	                        (rev 0)
+++ prison/trunk/PKGBUILD	2011-07-28 15:01:26 UTC (rev 133482)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+pkgver=1.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=('i686' 'x86_64')
+url="http://www.kde.org"
+license=('GPL')
+depends=('qt' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz")
+md5sums=('8baac61506e37a31482a0df4a5d02cd2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: prison/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list