# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit python MY_PN=pyNeighborhood DESCRIPTION="GTK+ 2 rewrite of a well-known GTK+ 1 tool LinNeighborhood" HOMEPAGE="http://pyneighborhood.sourceforge.net/" SRC_URI="mirror://sourceforge/pyneighborhood/${MY_PN}-${PV}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND="dev-python/pygtk" S=${WORKDIR}/${MY_PN}-${PV} src_compile () { cd ${S} ./configure --prefix=/usr emake || die "make failed" } src_install() { make DESTDIR="${D}" install || die "install failed" }