# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 DESCRIPTION="The gzip Recovery Toolkit" HOMEPAGE="http://www.urbanophile.com/arenn/coding/gzrt/gzrt.html" SRC_URI="http://www.urbanophile.com/arenn/coding/gzrt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" USE="nls" DEPEND="" RDEPEND="${DEPEND}" src_install() { dobin gzrecover dodoc ChangeLog README }