blob: dce3d49b1a2ba8d97b011ef18c47cd5891706086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.17.ebuild,v 1.2 2003/06/29 15:24:07 aliz Exp $
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
HOMEPAGE="http://www.tux.org/pub/people/kent-robotti/looplinux/index.html"
SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
KEYWORDS="x86 -ppc -sparc -alpha"
LICENSE="GPL-2"
SLOT="0"
DEPEND=">=dev-util/dialog-0.7"
src_install() {
dosbin grubconfig
dodoc README
}
|