# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Tool to automatically clean up files in /etc/portage/" HOMEPAGE="http://www.sf.net/projects/gcac" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack ${A} cd ${S} } src_compile() { econf || die emake || die } src_install() { einstall || die }