diff options
author | root <root@rshg054.dnsready.net> | 2012-06-03 00:04:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-03 00:04:14 +0000 |
commit | d915cad658736d96368750201c34df752048751a (patch) | |
tree | a6d70fb8b01aaa111efbc8a6874a8f94b882626d /community/pcsclite | |
parent | 211709a2f09bd677aa1deac0dc82fde6ce1c8626 (diff) |
Sun Jun 3 00:04:13 UTC 2012
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index 714495250..e3984ce0d 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 69074 2012-04-08 23:10:15Z giovanni $ +# $Id: PKGBUILD 71730 2012-06-02 00:19:22Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite pkgver=1.8.3 -pkgrel=2 +pkgrel=4 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" license=('BSD') -depends=('python') +depends=('python2' 'systemd-tools') makedepends=('pkg-config') options=('!libtool' '!docs') source=("https://alioth.debian.org/frs/download.php/3706/pcsc-lite-${pkgver}.tar.bz2" @@ -20,6 +20,8 @@ md5sums=('7ad8c97c89f77aab7a00317eb7e811e9' build() { cd "${srcdir}/pcsc-lite-${pkgver}" + sed -i -e "s:python:python2:g" src/spy/pcsc-spy + ./configure --prefix=/usr \ --enable-libudev \ --sysconfdir=/etc \ |