Magellan Linux

Annotation of /smage/trunk/deprecated/pcsc-tools/pcsc-tools-1.4.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11111 - (hide annotations) (download)
Fri Sep 8 11:55:44 2017 UTC (6 years, 9 months ago) by niro
File size: 560 byte(s)
-moved to 'deprecated'
1 niro 4686 # $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     }