libtool/libtool.spec

changeset 72
925d35999964
parent 45
d2954f86e9e6
child 73
b1722d405fbb
equal deleted inserted replaced
1:7c23e100ee57 2:c2b66da142d4
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, grep 49 BuildPreReq: binutils, sed
50 PreReq: binutils, sed, grep 50 PreReq: binutils, sed
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 \
77 ./configure \ 78 ./configure \
78 --prefix=%{l_prefix} \ 79 --prefix=%{l_prefix} \
79 --infodir=%{l_prefix}/info \ 80 --infodir=%{l_prefix}/info \
80 --enable-static \ 81 --enable-static \
81 --enable-shared 82 --enable-shared

mercurial