vp-build/templates/grub/template
Juan RP 5e1e539cf6 grub: install into /sbin to /usr/sbin important apps.
--HG--
extra : convert_revision : 09be9c662cc3551cd9b7b780f6251a2009dccb86
2009-03-19 00:24:19 +01:00

22 lines
806 B
Plaintext

# 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
configure_args="--sbindir=/sbin"
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)."
Add_dependency full glibc
Add_dependency build ncurses
Add_dependency run ncurses-libs