summaryrefslogtreecommitdiff
path: root/community/pcsc-tools
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 10:53:59 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 10:53:59 -0300
commit1fafdadaae260eaef7194102b5eb842466e63dd1 (patch)
tree734ab5c097f5a2ed36c2a7049d44f9c2bb46dede /community/pcsc-tools
parent1f52af629b1911ab027ef9c5d4d5903b48792050 (diff)
parent6dab5c46b00f624c7900ff6d11b75bcafbe251d0 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/unpaper/PKGBUILD community/virtualbox/PKGBUILD core/crda/PKGBUILD core/eventlog/PKGBUILD extra/v86d/PKGBUILD extra/vlc/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'community/pcsc-tools')
-rw-r--r--community/pcsc-tools/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/community/pcsc-tools/PKGBUILD b/community/pcsc-tools/PKGBUILD
index feab24f2e..5a9cb6066 100644
--- a/community/pcsc-tools/PKGBUILD
+++ b/community/pcsc-tools/PKGBUILD
@@ -1,19 +1,16 @@
-# $Id: PKGBUILD 37124 2011-01-11 10:36:50Z giovanni $
+# $Id: PKGBUILD 44872 2011-04-12 10:42:15Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Lorenzo Nizzi Grifi Gargiolli <lorenzo.nizzi.grifi@gmail.com>
# Contributor: marc0s <marc0s@fsfe.org>
pkgname=pcsc-tools
pkgver=1.4.17
-pkgrel=2
+pkgrel=4
pkgdesc="PC/SC Architecture smartcard tools"
arch=('i686' 'x86_64' 'mips64el')
url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
license=('GPL')
-depends=('pcsclite' 'perl')
-optdepends=('gtk2-perl: required by gscriptor'
- 'glib-perl: required by gscriptor'
- 'pcsc-perl: required by gscriptor and scriptor')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
makedepends=('pkgconfig')
source=(http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('2767238e1e737f94d13a91bdab1174ca')
@@ -22,6 +19,11 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
- make || return 1
- make DESTDIR="${pkgdir}/usr" install || return 1
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}/usr" install
}