vp-build/templates/grub2/template
Juan RP f8dd8aeac7 Added grub2-1.97~beta3 build template.
--HG--
extra : convert_revision : fbbb67b062ea9cdbad1933d9b6fa8216217ae265
2009-10-04 08:04:12 +02:00

32 lines
1012 B
Plaintext

# Template file for 'grub2'
pkgname=grub2
version=1.97~beta3
wrksrc=grub-$version
distfiles="ftp://alpha.gnu.org/gnu/grub/grub-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-grub-emu --enable-grub-emu-usb
--enable-grub-fstest --enable-grub-pe2elf --enable-grub-mkfont"
short_desc="GRand Unified Bootloader 2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8a396ddd54ac46c2d3dcb8f1b73c5434b11249b041d3aacdd945f75302da2bb7
long_desc="
This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable."
subpackages="devel"
conf_files="/etc/default/grub /etc/grub.d/40_custom"
Add_dependency full glibc
Add_dependency build bison
Add_dependency full libusb-compat
Add_dependency build ncurses
Add_dependency full freetype
post_install()
{
install -d ${DESTDIR}/etc/default
install -m644 ${FILESDIR}/grub.default ${DESTDIR}/etc/default/grub
}
Add_dependency build ruby