From: Victor Martinez Date: Thu, 21 Jan 2010 10:00:45 +0000 (+0000) Subject: bison: added depends on line and fixed identation. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=2084696f7f31096402823ceb4da80a3e6a5f8481;p=crossrootfs.git bison: added depends on line and fixed identation. --- diff --git a/bison/Pkgfile b/bison/Pkgfile index 92ea437..bbc935f 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -2,6 +2,7 @@ # URL: http://www.gnu.org/software/bison/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on name=bison version=2.4.1 @@ -13,8 +14,8 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr\ - --mandir=/usr/man \ - --disable-nls + --mandir=/usr/man \ + --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/share/info