# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/x11-libs/libgksuui/Attic/libgksuui-1.0.7.ebuild,v 1.3 2006/09/28 19:29:10 dang dead $ MY_PN="${PN}1.0" MY_P="${MY_PN}-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="A UI-library for libgksu" 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="~amd64 ~ppc ~sparc ~x86" IUSE="nls" DEPEND=">=x11-libs/gtk+-2.0.0 nls? ( >=sys-devel/gettext-0.14.1 ) >=dev-util/gtk-doc-1.2-r1" src_compile() { econf $(use_enable nls) || die emake || die } src_install() { make DESTDIR=${D} install || die }