summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/grubconfig/grubconfig-1.22.ebuild')
-rw-r--r--app-admin/grubconfig/grubconfig-1.22.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-admin/grubconfig/grubconfig-1.22.ebuild b/app-admin/grubconfig/grubconfig-1.22.ebuild
new file mode 100644
index 000000000000..6bada406858a
--- /dev/null
+++ b/app-admin/grubconfig/grubconfig-1.22.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.22.ebuild,v 1.1 2004/05/13 00:39:31 dragonheart 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
+}