# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PN="${PN}1.2" MY_P="${MY_PN}-${PV}a" S=${WORKDIR}/${MY_P} DESCRIPTION="A library for integration of su into applications" HOMEPAGE="http://www.nongnu.org/gksu/" SRC_URI="http://people.debian.org/~kov/gksu/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-util/gtk-doc-1.2-r1 >=dev-libs/glib-2.6.0 app-admin/sudo virtual/x11" src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die }