# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A gtk+ frontend for libgksu" HOMEPAGE="http://www.nongnu.org/gksu/" SRC_URI="http://people.debian.org/~kov/gksu/gksu1.2/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=x11-libs/gtk+-2.6.0 >=x11-libs/libgksu-1.2 >=x11-libs/libgksuui-1.0" src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die }