diff options
author | root <root@rshg054.dnsready.net> | 2013-06-20 01:16:55 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-20 01:16:55 -0700 |
commit | 5898d76e47144f2366f9acda9ab52827b696c2d5 (patch) | |
tree | 24ef06e686a0fdbd29152094c42ea6142c40ad28 /extra/libdmtx/PKGBUILD | |
parent | 603bdf488872afbc69493bc640aedb7548f3ed51 (diff) |
Thu Jun 20 01:16:07 PDT 2013
Diffstat (limited to 'extra/libdmtx/PKGBUILD')
-rw-r--r-- | extra/libdmtx/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libdmtx/PKGBUILD b/extra/libdmtx/PKGBUILD index 43a5f4421..cc60149fd 100644 --- a/extra/libdmtx/PKGBUILD +++ b/extra/libdmtx/PKGBUILD @@ -1,26 +1,26 @@ -# $Id: PKGBUILD 149704 2012-02-09 14:15:34Z andrea $ +# $Id: PKGBUILD 188766 2013-06-19 20:23:44Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: jose <jose1711 [at] gmail (dot) com> pkgname=libdmtx pkgver=0.7.4 -pkgrel=3 +pkgrel=4 pkgdesc="A software for reading and writing Data Matrix 2D barcodes" url="http://www.libdmtx.org/" arch=('i686' 'x86_64') license=('GPL2') depends=('glibc') +options=('!libtool') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") md5sums=('d3a4c0becd92895eb606dbdb78b023e2') -options=('!libtool') build() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } |