You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
572 B
20 lines
572 B
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.26.ebuild,v 1.2 2007/12/19 18:31:45 armin76 Exp $
|
|
|
|
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
|
|
HOMEPAGE="http://www.tux.org/pub/people/kent-robotti/looplinux/"
|
|
SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="-* ~amd64 x86"
|
|
IUSE=""
|
|
|
|
DEPEND=">=dev-util/dialog-0.7"
|
|
|
|
src_install() {
|
|
dosbin grubconfig || die
|
|
dodoc README
|
|
}
|