grub: update to 2.00~beta2.
This commit is contained in:
parent
deded506cb
commit
4defb15ca7
|
@ -2,3 +2,4 @@ libc.so.6
|
|||
liblzma.so.5
|
||||
libdevmapper.so.1.02
|
||||
libfreetype.so.6
|
||||
libfuse.so.2
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'grub'
|
||||
pkgname=grub
|
||||
version=1.99
|
||||
revision=8
|
||||
distfiles="http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz"
|
||||
version="2.00~beta2"
|
||||
homepage="http://www.gnu.org/software/grub/"
|
||||
distfiles="http://alpha.gnu.org/gnu/grub/grub-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-werror"
|
||||
short_desc="GRand Unified Bootloader 2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f308148d4c83c6f16a73b58a0cd39381656edb740929028cae7ad5f0d651021b
|
||||
license="GPL-3"
|
||||
checksum=45d6fda26441b24215aabd83ab3797cde3fd4a4d511e37457464587805431b28
|
||||
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
|
||||
|
@ -23,16 +25,15 @@ Add_dependency build freetype-devel
|
|||
Add_dependency build liblzma-devel
|
||||
Add_dependency build device-mapper-devel
|
||||
Add_dependency build font-unifont-bdf
|
||||
Add_dependency build fuse-devel
|
||||
Add_dependency full os-prober
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
pre_configure() {
|
||||
# fix unifont.bdf location so grub-mkfont can create *.pf2 files
|
||||
sed -i 's|/usr/share/fonts/unifont|/usr/share/fonts/misc|' configure
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
# Required to compress info files.
|
||||
vmkdir usr/share/info
|
||||
touch -f ${DESTDIR}/usr/share/info/dir
|
||||
|
|
Loading…
Reference in New Issue