|
|
|
|
@ -31,8 +31,8 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [EVAL] |
|
|
|
|
Group: Development |
|
|
|
|
License: GPL |
|
|
|
|
Version: 5.4.4 |
|
|
|
|
Release: 20020929 |
|
|
|
|
Version: 5.4.5 |
|
|
|
|
Release: 20021013 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://belnet.dl.sourceforge.net/sourceforge/autogen/autogen-%{version}.tar.gz |
|
|
|
|
@ -68,6 +68,8 @@ AutoReqProv: no
|
|
|
|
|
%build |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
|
./configure \ |
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
--disable-shared |
|
|
|
|
|