From 80dc41a48a2b3730f66a676ab150f7da50ce005f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 25 Nov 2008 15:59:48 +0100 Subject: [PATCH] Added grub-0.97 template. --HG-- extra : convert_revision : a18a44f5e344c6281a43a10f8da7de6d29d87b70 --- templates/grub.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/grub.tmpl diff --git a/templates/grub.tmpl b/templates/grub.tmpl new file mode 100644 index 00000000000..1d809ac9e3c --- /dev/null +++ b/templates/grub.tmpl @@ -0,0 +1,15 @@ +# Template file for 'grub' +pkgname=grub +version=0.97 +distfiles="ftp://alpha.gnu.org/gnu/grub/$pkgname-$version.tar.gz" +build_style=gnu_configure +short_desc="GRand Unified Bootloader" +maintainer="Juan RP " +checksum=4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b +long_desc=" + GRUB is a GPLed bootloader intended to unify bootloading across x86 + operating systems. In addition to loading the Linux kernel, it implements + the Multiboot standard, which allows for flexible loading of multiple boot + images (needed for modular kernels such as the GNU Hurd)." + +run_depends="glibc-2.8 ncurses-5.6"