summaryrefslogtreecommitdiff
blob: d2db87abbcbb81685221ea64cc5621e0812b7432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P="${P/n/N}"

DESCRIPTION="GTK+ 2 rewrite of LinNeighborhood"
HOMEPAGE="http://pyneighborhood.sourceforge.net/"
SRC_URI="mirror://sourceforge/pyneighborhood/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
REPEND="net-fs/samba
	=dev-python/pygtk-2*"

S="${WORKDIR}/${MY_P}"

src_compile() {
	./configure --prefix=/usr || die "./configure failed" # Not a standard configure script
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}