summaryrefslogtreecommitdiff
path: root/extra/libdmtx
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-18 23:03:19 +0000
committerroot <root@rshg047.dnsready.net>2011-06-18 23:03:19 +0000
commitc80552b41838a5668458ebb1eb9b0f44ea6fe879 (patch)
treed8404bc10128ad69e29c762d116434876e5885a7 /extra/libdmtx
parente96f6ac6e912185a495a99af2b0d51b73bd1d044 (diff)
Sat Jun 18 23:03:19 UTC 2011
Diffstat (limited to 'extra/libdmtx')
-rw-r--r--extra/libdmtx/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/libdmtx/PKGBUILD b/extra/libdmtx/PKGBUILD
index 5bfaa6476..30f02eb3c 100644
--- a/extra/libdmtx/PKGBUILD
+++ b/extra/libdmtx/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 107616 2011-01-26 22:10:46Z andrea $
+# $Id: PKGBUILD 127675 2011-06-17 17:32:51Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: jose <jose1711 [at] gmail (dot) com>
pkgname=libdmtx
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
-url=('http://www.libdmtx.org/')
+url="http://www.libdmtx.org/"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('imagemagick')
+depends=('glibc' 'imagemagick')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0684cf3857591e777b57248d652444ae')
+md5sums=('d3a4c0becd92895eb606dbdb78b023e2')
options=('!libtool')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}"/${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}"/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}