mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
grub2: update to 1.97.
--HG-- extra : convert_revision : cfe5360f965a842ab64fbbbc49932984780ce504
This commit is contained in:
parent
782d413afc
commit
2033bee689
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'grub2'
|
# Template file for 'grub2'
|
||||||
pkgname=grub2
|
pkgname=grub2
|
||||||
version=1.97~beta3
|
version=1.97
|
||||||
wrksrc=grub-$version
|
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
|
||||||
|
@ -8,13 +8,12 @@ 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=8a396ddd54ac46c2d3dcb8f1b73c5434b11249b041d3aacdd945f75302da2bb7
|
checksum=8d582e9627ab6d7c73edaed3c30c933aefc2884aec76cf671d6d40f46ce65673
|
||||||
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
|
||||||
robust, more powerful, and more portable."
|
robust, more powerful, and more portable."
|
||||||
|
|
||||||
subpackages="devel"
|
|
||||||
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 full glibc
|
||||||
|
@ -22,10 +21,10 @@ Add_dependency build bison
|
||||||
Add_dependency full libusb-compat
|
Add_dependency full libusb-compat
|
||||||
Add_dependency build ncurses
|
Add_dependency build ncurses
|
||||||
Add_dependency full freetype
|
Add_dependency full freetype
|
||||||
|
Add_dependency build ruby
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
install -d ${DESTDIR}/etc/default
|
install -d ${DESTDIR}/etc/default
|
||||||
install -m644 ${FILESDIR}/grub.default ${DESTDIR}/etc/default/grub
|
install -m644 ${FILESDIR}/grub.default ${DESTDIR}/etc/default/grub
|
||||||
}
|
}
|
||||||
Add_dependency build ruby
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue