grub2: update to 1.97.2 and rename to grub.

--HG--
extra : convert_revision : 3c60bebc376f6fa6f6463809ca6eb8d9eab9ca77
This commit is contained in:
Juan RP 2010-02-18 04:53:10 +01:00
parent 877486087d
commit d16cd869b6
3 changed files with 15 additions and 11 deletions

View file

@ -1,14 +1,13 @@
# Template file for 'grub2' # Template file for 'grub'
pkgname=grub2 pkgname=grub
version=1.97.1 version=1.97.2
wrksrc=grub-$version
distfiles="ftp://alpha.gnu.org/gnu/grub/grub-$version.tar.gz" distfiles="ftp://alpha.gnu.org/gnu/grub/grub-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-grub-emu --enable-grub-emu-usb configure_args="--enable-grub-emu --enable-grub-emu-usb
--enable-grub-fstest --enable-grub-pe2elf --enable-grub-mkfont" --enable-grub-fstest --enable-grub-pe2elf --enable-grub-mkfont"
short_desc="GRand Unified Bootloader 2" short_desc="GRand Unified Bootloader 2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=51f04517a3eb730a0f66e68cf5b0e376f6a073899b4405b2ac14667825f937bf checksum=98c1d2623ce809ec25ba9136ea59c15a4580c71478d122be765e819cb06a1c49
long_desc=" long_desc="
This is GRUB 2, the second version of the GRand Unified Bootloader. 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 GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
@ -16,12 +15,17 @@ long_desc="
conf_files="/etc/default/grub /etc/grub.d/40_custom" conf_files="/etc/default/grub /etc/grub.d/40_custom"
Add_dependency full glibc Add_dependency run glibc
Add_dependency build bison Add_dependency run zlib
Add_dependency full libusb-compat Add_dependency run libusb-compat
Add_dependency build ncurses Add_dependency run ncurses-libs
Add_dependency full freetype Add_dependency run freetype
Add_dependency build ruby Add_dependency build bison
Add_dependency build zlib-devel
Add_dependency build libusb-compat-devel
Add_dependency build ncurses-devel
Add_dependency build freetype-devel
Add_dependency build ruby
post_install() post_install()
{ {