diff options
author | root <root@rshg047.dnsready.net> | 2011-05-29 22:47:27 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-29 22:47:27 +0000 |
commit | c399070d50c89903ec1dea55aa4aa5147a367565 (patch) | |
tree | 13b71e682dd1e75ccb4c76cfb39934288a7c184e /community/pcsclite | |
parent | a0a7a3e16a1399233b436e64dba17a6cca315393 (diff) |
Sun May 29 22:47:27 UTC 2011
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index f192e2052..14791d62b 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 45280 2011-04-18 23:09:30Z giovanni $ +# $Id: PKGBUILD 48094 2011-05-28 15:09:58Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite pkgver=1.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" license=('BSD') -depends=('libusb') +depends=('udev') makedepends=('pkgconfig') options=('!libtool' '!docs') source=(https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${pkgver}.tar.bz2 @@ -21,8 +21,7 @@ build() { cd "${srcdir}/pcsc-lite-${pkgver}" ./configure --prefix=/usr \ - --disable-libudev \ - --enable-libusb \ + --enable-libudev \ --sysconfdir=/etc \ --enable-usbdropdir=/usr/lib/pcsc/drivers |