# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-icegradient/gtk-engines-icegradient-0.0.5-r1.ebuild,v 1.10 2005/08/02 09:45:54 leonardop Exp $ DESCRIPTION="GTK+1 Ice Gradient Theme Engine (based on Thinice)" SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.gz" HOMEPAGE="http://themes.freshmeat.net/projects/icegradient/" KEYWORDS="x86 ppc sparc alpha hppa amd64" LICENSE="GPL-2" SLOT="1" IUSE="" DEPEND="=x11-libs/gtk+-1.2*" S=${WORKDIR}/${P}.orig src_install() { make DESTDIR="${D}" install || die "Installation failed" dodoc AUTHORS CUSTOMIZATION ChangeLog NEWS README }