Magellan Linux

Contents of /smage/trunk/extras/pcsc-tools/pcsc-tools-1.4.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4686 - (show annotations) (download)
Tue Mar 26 09:55:27 2013 UTC (11 years, 2 months ago) by niro
File size: 560 byte(s)
auto added: ver bump to 1.4.21-r1
1 # $Id$
2
3 PNAME="pcsc-tools"
4 PVER="1.4.21"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Tools to test a PC/SC driver, card or reader."
10 HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
11
12 DEPEND=">= sys-apps/pcsc-lite-1.8"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild mtools
18
19 SRC_URI=(
20 http://ludovic.rousseau.free.fr/softwares/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 src_compile()
25 {
26 cd ${SRCDIR}
27 mmake || die
28 }
29
30 src_install()
31 {
32 cd ${SRCDIR}
33 mmake DESTDIR=${BINDIR}/usr install || die
34 }