void-packages/templates/grub/template
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00

18 lines
722 B
Text

# Template file for 'grub'
pkgname=grub
version=0.97
patch_files="grub-0.97-256byte_inode-1.diff
grub-0.97-disk_geometry-1.diff"
patch_args="-Np1"
distfiles="ftp://alpha.gnu.org/gnu/grub/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="GRand Unified Bootloader"
maintainer="Juan RP <xtraeme@gmail.com>"
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"