summaryrefslogtreecommitdiff
path: root/community/pcsclite/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
committerroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
commit3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (patch)
tree13cd29450035c478b8a064e0ff16f5a10e3fced6 /community/pcsclite/PKGBUILD
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Mon Feb 4 00:06:56 PST 2013
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-rw-r--r--community/pcsclite/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index 54c025685..fd860a96f 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,21 +1,19 @@
-# $Id: PKGBUILD 82449 2013-01-18 08:24:57Z giovanni $
+# $Id: PKGBUILD 83602 2013-02-03 16:05:49Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
pkgver=1.8.8
-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=('python2' 'systemd-tools')
+depends=('python2' 'systemd')
makedepends=('pkg-config')
options=('!libtool' '!docs')
-source=("https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2"
- 'pcscd')
-md5sums=('069dc875a2ae2d85a2ebceac73252c0a'
- 'c97b6bce695222efb0f003d8e8369010')
+source=("https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2")
+md5sums=('069dc875a2ae2d85a2ebceac73252c0a')
build() {
cd "${srcdir}/pcsc-lite-${pkgver}"
@@ -38,6 +36,5 @@ package() {
make DESTDIR="${pkgdir}" install
install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- install -D -m755 ${srcdir}/pcscd ${pkgdir}/etc/rc.d/pcscd
install -d ${pkgdir}/usr/lib/pcsc/drivers
}