# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A (not so fast) zip password recovery utility" HOMEPAGE="http://www.goof.com/pcg/marc/fcrackzip.html" SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="app-arch/unzip" DEPEND="" src_install() { emake DESTDIR="${D}" install || die "Install failed" mv "${D}"/usr/bin/{zipinfo,fcrack-zipinfo} }