diff options
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index a1af3b510..403257fa6 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' 'mips64el') 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 } |