]> Pileus Git - ~andy/sunrise/blob - app-portage/udept/udept-0.5.96.2.ebuild
Cosmetics... ;)
[~andy/sunrise] / app-portage / udept / udept-0.5.96.2.ebuild
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A Portage analysis toolkit"
6 HOMEPAGE="http://catmur.co.uk/gentoo/udept"
7 SRC_URI="http://files.catmur.co.uk/${PN}/${P}.tar.bz2"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~x86 ~ppc ~amd64"
12 IUSE=""
13
14 RDEPEND="sys-apps/portage
15         app-shells/bash"
16
17 src_install() {
18         emake DESTDIR="${D}" install || die "emake install failed"
19
20         dodoc ChangeLog
21 }