summaryrefslogtreecommitdiff
path: root/community/pcsclite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-rw-r--r--community/pcsclite/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index 7e222b301..b1e9f37ac 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 50103 2011-06-24 19:11:00Z giovanni $
+# $Id: PKGBUILD 54922 2011-08-28 11:38:33Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
pkgver=1.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/pcsclite/"
@@ -23,6 +23,7 @@ build() {
./configure --prefix=/usr \
--enable-libudev \
--sysconfdir=/etc \
+ --enable-ipcdir=/run/pcscd \
--enable-usbdropdir=/usr/lib/pcsc/drivers
make