# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="GCL info" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" MY_PN="${PN/-/.}" SRC_URI="ftp://ftp.gnu.org/pub/gnu/gcl/${MY_PN}.tgz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="mirror" DEPEND="" S=${WORKDIR}/info src_unpack() { unpack ${A} cd ${S} gunzip *.gz #gunzip now, gzip later w/ doinfo } src_install() { doinfo * }