# $Id$ PNAME="pcsc-tools" PVER="1.4.21" PBUILD="r1" PCAT="sys-apps" DESCRIPTION="Tools to test a PC/SC driver, card or reader." HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/" DEPEND=">= sys-apps/pcsc-lite-1.8" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild mtools SRC_URI=( http://ludovic.rousseau.free.fr/softwares/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mmake || die } src_install() { cd ${SRCDIR} mmake DESTDIR=${BINDIR}/usr install || die }