# Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="DMitry" DESCRIPTION="DMitry Deepmagic Information Gathering Tool" SRC_URI=$"http://mor-pah.net/code/${MY_P}-${PV}.tar.gz" HOMEPAGE="http://www.mor-pah.net/index.php?file=projects/dmitry" IUSE="" KEYWORDS="x86" LICENCE="GPL" SLOT="0" src_unpack(){ unpack ${A} } src_compile(){ cd ${WORKDIR}/${MY_P}-${PV} econf || die emake || die } src_install(){ dodir /usr/local/bin/ cd ${WORKDIR}/${MY_P}-${PV} einstall || die }