# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Ubuntu's themes for Gnome, GTK and GDM" HOMEPAGE="http://www.ubuntulinux.com" SRC_URI="ftp://ftp.ubuntulinux.org/ubuntu/pool/main/u/ubuntu-artwork/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="" DOCS="AUTHORS COPYING INSTALL Changelog NEWS README" S="${WORKDIR}/${P}" src_compile() { econf || die emake || die } src_install() { einstall || die dodoc ${DOCS} }