CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
core-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39868db
)
bison: added depends on line and fixed identation.
author
Victor Martinez
<pitillo@ono.com>
Thu, 21 Jan 2010 10:00:45 +0000
(10:00 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Thu, 21 Jan 2010 10:00:45 +0000
(10:00 +0000)
bison/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/bison/Pkgfile
b/bison/Pkgfile
index 92ea43769918a885b94c065061de87ff840f19df..bbc935f50fd37225078db2f37efb35a0ebfcaeed 100644
(file)
--- 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