| 44 # build information |
44 # build information |
| 45 Prefix: %{l_prefix} |
45 Prefix: %{l_prefix} |
| 46 BuildRoot: %{l_buildroot} |
46 BuildRoot: %{l_buildroot} |
| 47 BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc |
47 BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc |
| 48 PreReq: OpenPKG, openpkg >= 20040130 |
48 PreReq: OpenPKG, openpkg >= 20040130 |
| 49 BuildPreReq: binutils, sed |
49 BuildPreReq: binutils, sed, grep |
| 50 PreReq: binutils, sed |
50 PreReq: binutils, sed, grep |
| 51 AutoReq: no |
51 AutoReq: no |
| 52 AutoReqProv: no |
52 AutoReqProv: no |
| 53 |
53 |
| 54 %description |
54 %description |
| 55 GNU libtool is a generic library support script. Libtool hides the |
55 GNU libtool is a generic library support script. Libtool hides the |
| 72 -e 's;grep ggrep;grep ggrep egrep;g' \ |
72 -e 's;grep ggrep;grep ggrep egrep;g' \ |
| 73 -e 's;-e .-(cannot match)-.;;g' \ |
73 -e 's;-e .-(cannot match)-.;;g' \ |
| 74 `find . -name configure -print` |
74 `find . -name configure -print` |
| 75 CC="%{l_cc}" \ |
75 CC="%{l_cc}" \ |
| 76 CFLAGS="%{l_cflags -O}" \ |
76 CFLAGS="%{l_cflags -O}" \ |
| 77 GREP=grep \ |
|
| 78 ./configure \ |
77 ./configure \ |
| 79 --prefix=%{l_prefix} \ |
78 --prefix=%{l_prefix} \ |
| 80 --infodir=%{l_prefix}/info \ |
79 --infodir=%{l_prefix}/info \ |
| 81 --enable-static \ |
80 --enable-static \ |
| 82 --enable-shared |
81 --enable-shared |