wok-stable diff grub/receipt @ rev 8828
Up: cherokee to 1.2.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 23 22:43:27 2011 +0000 (2011-02-23) |
parents | 9c47e2a0e10b |
children | 02bbaa9d12ba |
line diff
1.1 --- a/grub/receipt Fri Apr 10 15:54:35 2009 +0000 1.2 +++ b/grub/receipt Wed Feb 23 22:43:27 2011 +0000 1.3 @@ -9,7 +9,6 @@ 1.4 WEB_SITE="http://www.gnu.org/software/grub/" 1.5 WGET_URL="ftp://alpha.gnu.org/gnu/grub/$TARBALL" 1.6 CONFIG_FILES="/boot/grub" 1.7 -DEPENDS="ncurses" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -21,7 +20,7 @@ 1.12 touch $(basename $i) 1.13 done 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.16 + --without-curses --mandir=/usr/share/man $CONFIGURE_ARGS && 1.17 make && 1.18 make DESTDIR=$PWD/_pkg install 1.19 }