source: custom/examples/950-bc@ b4cf321

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since b4cf321 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
Line 
1#
2# $Id$
3#
4PKG="bc"
5PKG_VERSION="1.06"
6PKG_FILE="bc-1.06.tar.gz"
7URL="http://ftp.gnu.org/gnu/bc/${PKG_FILE}"
8MD5="d44b5dddebd8a7a7309aea6c36fda117"
9
10( cat << "xEOFx"
11sed -i '/PROTO.*readline/d' bc/scan.l &&
12sed -i '/flex -I8/s/8//' configure &&
13sed -i '/stdlib/a #include <string.h>' lib/number.c &&
14sed -i 's/program.*save/static &/' bc/load.c &&
15./configure --prefix=/usr --with-readline &&
16make
17make install
18xEOFx
19) > tmp
Note: See TracBrowser for help on using the repository browser.