summaryrefslogtreecommitdiff
path: root/community/pcsclite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-rw-r--r--community/pcsclite/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index 52a20c7ac..108b4ebc3 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59581 2011-11-28 13:33:16Z giovanni $
+# $Id: PKGBUILD 60080 2011-12-04 22:03:31Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/pcsclite/"
@@ -24,7 +24,8 @@ build() {
--enable-libudev \
--sysconfdir=/etc \
--enable-ipcdir=/run/pcscd \
- --enable-usbdropdir=/usr/lib/pcsc/drivers
+ --enable-usbdropdir=/usr/lib/pcsc/drivers \
+ --with-systemdsystemunitdir=/lib/systemd/system
make
}