summaryrefslogtreecommitdiff
path: root/community/pcsclite/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-06 18:47:18 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-06 18:47:18 +0100
commit0ecad2876ee230c3929d93e97a5ff9aabb34639e (patch)
tree9858158941e1c5616209051070e0a4b999900bfb /community/pcsclite/PKGBUILD
parenta6e4eeba56ffd555f912ac1063ed08245e3f43c1 (diff)
parent55d1e19e71b453a0f47c599f281a2ad2644247d2 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/jack2/PKGBUILD community/tremulous/PKGBUILD extra/audiofile/PKGBUILD extra/graphviz/PKGBUILD extra/jhead/PKGBUILD extra/redland/PKGBUILD multilib/nspluginwrapper/PKGBUILD
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 66aaae69d..b2de20b24 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' 'mips64el')
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
}