|
|
@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] |
|
|
|
Group: Web |
|
|
|
Group: Web |
|
|
|
License: BSD |
|
|
|
License: BSD |
|
|
|
Version: 0.3.1 |
|
|
|
Version: 0.3.1 |
|
|
|
Release: 20020716 |
|
|
|
Release: 20020816 |
|
|
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
# list of sources |
|
|
|
Source0: http://belnet.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz |
|
|
|
Source0: http://belnet.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz |
|
|
@ -41,7 +41,7 @@ Source0: http://belnet.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.ta |
|
|
|
# build information |
|
|
|
# build information |
|
|
|
Prefix: %{l_prefix} |
|
|
|
Prefix: %{l_prefix} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, ncurses, openssl, make |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, ncurses, openssl, make, zlib |
|
|
|
PreReq: OpenPKG, openpkg >= 20020206, ncurses |
|
|
|
PreReq: OpenPKG, openpkg >= 20020206, ncurses |
|
|
|
AutoReq: no |
|
|
|
AutoReq: no |
|
|
|
AutoReqProv: no |
|
|
|
AutoReqProv: no |
|
|
@ -74,16 +74,15 @@ AutoReqProv: no |
|
|
|
echo "use_cookie=y" |
|
|
|
echo "use_cookie=y" |
|
|
|
echo "use_ssl=y" |
|
|
|
echo "use_ssl=y" |
|
|
|
echo "dmodel=5" |
|
|
|
echo "dmodel=5" |
|
|
|
|
|
|
|
echo "customized=y" |
|
|
|
echo "use_ssl_verify=n" |
|
|
|
echo "use_ssl_verify=n" |
|
|
|
echo "dcc='%{l_cc}'" |
|
|
|
echo "dcc='%{l_cc}'" |
|
|
|
echo "dcflags='%{l_cflags -O} -I%{l_prefix}/include -I%{l_prefix}/include/openssl -I.'" |
|
|
|
echo "dcflags='%{l_cflags -O} -I%{l_prefix}/include -I%{l_prefix}/include/openssl -I.'" |
|
|
|
echo "dldflags='-L%{l_prefix}/lib'" |
|
|
|
echo "dldflags='-L%{l_prefix}/lib'" |
|
|
|
echo "dtermlib='-lncurses'" |
|
|
|
echo "dtermlib='-lncurses'" |
|
|
|
) >config.param |
|
|
|
) >config.param |
|
|
|
( echo "%{l_prefix}/include" |
|
|
|
echo "2" | ./configure -yes |
|
|
|
echo "%{l_prefix}/lib" |
|
|
|
%{l_shtool} subst -e 's;-L ; ;' config.h |
|
|
|
echo "2" |
|
|
|
|
|
|
|
) | ./configure -yes |
|
|
|
|
|
|
|
%{l_make} %{l_mflags} |
|
|
|
%{l_make} %{l_mflags} |
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|