CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bison: updated to 3.0.4 and updated mandir
[crossrootfs.git] / bison / Pkgfile
index 44319787ad561a074bb6394ad16c377939951dd5..b21b8cbef3b30985c3a57ad3f8fd798b3d6ee7ac 100644 (file)
@@ -5,8 +5,8 @@
 # Depends on
 
 name=bison
-version=2.7
-release=1
+version=3.0.4
+release=2
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build() {
@@ -14,13 +14,12 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --disable-nls
 
   sed '/^SUBDIRS =/ s/doc//' -i Makefile.in
 
   make
   make DESTDIR=$PKG install
-  rm -rf $PKG/usr/share/info
+  rm -rf $PKG/usr/share/{info,doc}
   rm $PKG/usr/share/bison/README
 }