# $Id: PKGBUILD 73087 2012-06-30 14:26:59Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Lorenzo Nizzi Grifi Gargiolli # Contributor: marc0s pkgname=pcsc-tools pkgver=1.4.20 pkgrel=1 pkgdesc="PC/SC Architecture smartcard tools" arch=('i686' 'x86_64' 'mips64el') url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/" license=('GPL') depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl') makedepends=('pkg-config') source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('c85f8b983e4b9a9dcd373725f024c6b8') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/usr" install }