2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since f56e662 was 93d32cf, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Added missing Id tags.
|
-
Property mode
set to
100644
|
File size:
425 bytes
|
Rev | Line | |
---|
[93d32cf] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
[9a536f7] | 4 | PKG="bc"
|
---|
| 5 | PKG_VERSION="1.06"
|
---|
| 6 | PKG_FILE="bc-1.06.tar.gz"
|
---|
| 7 | URL="http://ftp.gnu.org/gnu/bc/${PKG_FILE}"
|
---|
| 8 | MD5="d44b5dddebd8a7a7309aea6c36fda117"
|
---|
| 9 |
|
---|
| 10 | ( cat << "xEOFx"
|
---|
| 11 | sed -i '/PROTO.*readline/d' bc/scan.l &&
|
---|
| 12 | sed -i '/flex -I8/s/8//' configure &&
|
---|
| 13 | sed -i '/stdlib/a #include <string.h>' lib/number.c &&
|
---|
| 14 | sed -i 's/program.*save/static &/' bc/load.c &&
|
---|
| 15 | ./configure --prefix=/usr --with-readline &&
|
---|
| 16 | make
|
---|
| 17 | make install
|
---|
| 18 | xEOFx
|
---|
| 19 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.