summaryrefslogtreecommitdiff
blob: b55658b294e5eecac2beafea7011c9f14f65fe94 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P="${P/_rc/-rc}"

DESCRIPTION="Background browser and setter for X windows."
HOMEPAGE="http://www.minuslab.net/code/nitrogen/"
SRC_URI="http://www.minuslab.net/code/nitrogen/files/${MY_P}.tar.gz"

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

RDEPEND=">=dev-cpp/gtkmm-2.6
	>=dev-libs/glib-2.6
	>=x11-libs/gtk+-2.6"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${MY_P}

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