# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DL_NUM="1434" DESCRIPTION="MUSCLE SmartCard test tool" HOMEPAGE="https://alioth.debian.org/projects/muscleapps/" SRC_URI="https://alioth.debian.org/download.php/${DL_NUM}/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="readline" DEPEND="" RDEPEND="" src_compile() { econf $(use_with readline) emake } src_install() { make DESTDIR=${D} install }