From 8ebbe4e4befac1396a153b356fc9793655dde4ff Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Apr 2012 00:01:14 +0000 Subject: Mon Apr 2 00:01:14 UTC 2012 --- community/pcsclite/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'community/pcsclite') diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index b58f512a7..b7371be87 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 63833 2012-02-06 00:38:50Z giovanni $ +# $Id: PKGBUILD 68679 2012-03-31 14:28:34Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Daniel Plaza pkgname=pcsclite -pkgver=1.8.2 +pkgver=1.8.3 pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" license=('BSD') -depends=('udev') +depends=('python') makedepends=('pkg-config') options=('!libtool' '!docs') -source=("https://alioth.debian.org/frs/download.php/3695/pcsc-lite-${pkgver}.tar.bz2" +source=("https://alioth.debian.org/frs/download.php/3706/pcsc-lite-${pkgver}.tar.bz2" 'pcscd') -md5sums=('cb7156346e9478c19085c918b605ed43' +md5sums=('7ad8c97c89f77aab7a00317eb7e811e9' 'c97b6bce695222efb0f003d8e8369010') build() { @@ -33,7 +33,7 @@ build() { package() { cd "${srcdir}/pcsc-lite-${pkgver}" - make DESTDIR=${pkgdir} install + 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 -- cgit v1.2.3-54-g00ecf