wok rev 24940
f2c: add libf2c (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 15 16:39:27 2022 +0000 (2022-04-15) |
parents | 970deba23db6 |
children | e7bde16e8f79 |
files | f2c/receipt |
line diff
1.1 --- a/f2c/receipt Fri Apr 15 16:15:33 2022 +0000 1.2 +++ b/f2c/receipt Fri Apr 15 16:39:27 2022 +0000 1.3 @@ -27,8 +27,8 @@ 1.4 wget -P $SOURCES_REPOSITORY $LIBF2C 1.5 cp makefile.u makefile 1.6 make 1.7 - unzip $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES -d libf2c 1.8 - cd libf2c 1.9 + mkdir libf2c && cd libf2c 1.10 + unzip -q $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES 1.11 sed 's|^CFLAGS.*|& -fPIC -DNON_UNIX_STDIO|' < makefile.u > makefile 1.12 make all libf2c.so 1.13 }