Magellan Linux

Contents of /smage/branches/alx-0_6_0/extras/pcsc-tools/pcsc-tools-1.4.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3426 - (show annotations) (download)
Tue Apr 10 14:13:46 2012 UTC (12 years, 1 month ago) by niro
File size: 596 byte(s)
auto added: ver bump to 1.4.17-r1
1 # $Id$
2
3 PNAME="pcsc-tools"
4 PVER="1.4.17"
5 PBUILD="r1"
6
7 PCATEGORIE="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.7"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild mtools
18
19 # rc cvs revision
20 RC_REV=1.2
21
22 SRC_URI=(
23 http://ludovic.rousseau.free.fr/softwares/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30 mmake || die
31 }
32
33 src_install()
34 {
35 cd ${SRCDIR}
36 mmake DESTDIR=${BINDIR}/usr install || die
37 }