diff options
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-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 \ |