summaryrefslogtreecommitdiff
blob: 1e471f6f5a820f89689c72eb53ab52cc38c5cfd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/denu/denu-2.3.2.ebuild,v 1.6 2005/05/13 17:13:43 blubb Exp $

DESCRIPTION="A menu generation program for fluxbox, waimea, openbox, icewm, gnome and kde."
HOMEPAGE="http://denu.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc hppa"
IUSE=""

DEPEND="virtual/python
	>=sys-apps/portage-2.0.50-r10
	>=dev-python/pygtk-2.4.1"

RDEPEND=${DEPEND}

src_install() {
	cd ${WORKDIR}/${P}
	sh install.sh ${D}
}