[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Wed Nov 24 08:38:32 UTC 2010


    Date: Wednesday, November 24, 2010 @ 03:38:31
  Author: andrea
Revision: 100576

new kdebase-workspace dependence

Added:
  libdmtx/
  libdmtx/kde-unstable/
  libdmtx/kde-unstable/PKGBUILD
  libdmtx/repos/
  libdmtx/trunk/

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

Added: libdmtx/kde-unstable/PKGBUILD
===================================================================
--- libdmtx/kde-unstable/PKGBUILD	                        (rev 0)
+++ libdmtx/kde-unstable/PKGBUILD	2010-11-24 08:38:31 UTC (rev 100576)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: jose <jose1711 [at] gmail (dot) com>
+
+pkgname=libdmtx
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
+url=('http://www.libdmtx.org/')
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('imagemagick')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e23705cd9bd40b9d7cf1e7c750c67ca5')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list