diff options
Diffstat (limited to 'app-admin/grubconfig/grubconfig-1.16.ebuild')
-rw-r--r-- | app-admin/grubconfig/grubconfig-1.16.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-admin/grubconfig/grubconfig-1.16.ebuild b/app-admin/grubconfig/grubconfig-1.16.ebuild new file mode 100644 index 000000000000..0f853ea0814a --- /dev/null +++ b/app-admin/grubconfig/grubconfig-1.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/grubconfig/grubconfig-1.16.ebuild,v 1.1 2002/10/25 10:43:26 woodchip 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" +DEPEND=">=dev-util/dialog-0.7" +KEYWORDS="~x86 -ppc -sparc -sparc64 -alpha" +LICENSE="GPL-2" +SLOT="0" + +src_install () { + exeinto /usr/sbin + doexe grubconfig + dodoc README +} |