CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bison: added depends on line and fixed identation.
authorVictor Martinez <pitillo@ono.com>
Thu, 21 Jan 2010 10:00:45 +0000 (10:00 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 21 Jan 2010 10:00:45 +0000 (10:00 +0000)
bison/Pkgfile

index 92ea43769918a885b94c065061de87ff840f19df..bbc935f50fd37225078db2f37efb35a0ebfcaeed 100644 (file)
@@ -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