grub: vanilla branding. flex build depend

This commit is contained in:
str1ngs 2011-06-24 14:02:58 -07:00
parent 6c43fe473a
commit bf67e0a891
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ GRUB_DEFAULT=0
#GRUB_HIDDENT_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="XBPS"
GRUB_DISTRIBUTOR="Vanilla"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
#GRUB_TERMINAL=console
GRUB_GFXMODE=640x480

View file

@ -1,6 +1,7 @@
# Template file for 'grub'
pkgname=grub
version=1.99
revision=2
distfiles="http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz"
build_style=gnu_configure
short_desc="GRand Unified Bootloader 2"
@ -22,6 +23,7 @@ Add_dependency run liblzma
Add_dependency run device-mapper
Add_dependency build xz
Add_dependency build flex
Add_dependency build bison
Add_dependency build zlib-devel
Add_dependency build libusb-compat-devel