blob: c610768e594bff5f2c89b3e4806567676d7a9b12 (
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-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ufed/ufed-0.2.ebuild,v 1.5 2003/03/04 04:10:52 zwelch Exp $
DESCRIPTION="Gentoo Linux USE flags editor"
HOMEPAGE="http://www.gentoo.org"
SRC_URI="http://cvs.gentoo.org/~blizzy/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc hppa arm"
IUSE=""
RDEPEND="sys-devel/perl
dev-util/dialog
dev-perl/TermReadKey"
DEPEND=""
S="${WORKDIR}/${P}"
src_install() {
newsbin ufed.pl ufed
}
|