|
|
|
|
@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
|
|
Group: Converter |
|
|
|
|
License: GPL |
|
|
|
|
Version: 4.3.2 |
|
|
|
|
Release: 20030707 |
|
|
|
|
Release: 20030716 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.sucknews.org/suck-%{version}.tar.gz |
|
|
|
|
@ -44,8 +44,8 @@ Prefix: %{l_prefix}
|
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, perl |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
|
BuildPreReq: gdbm |
|
|
|
|
PreReq: gdbm |
|
|
|
|
BuildPreReq: openssl, gdbm |
|
|
|
|
PreReq: openssl, gdbm |
|
|
|
|
AutoReq: no |
|
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
|
@ -66,6 +66,7 @@ AutoReqProv: no
|
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
|
LIBS="-lssl -lcrypto" \ |
|
|
|
|
./configure \ |
|
|
|
|
--cache-file=./config.cache \ |
|
|
|
|
--prefix=%{l_prefix} |
|
|
|
|
|