|
|
|
|
@ -32,16 +32,16 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [BASE] |
|
|
|
|
Group: Text |
|
|
|
|
License: GPL |
|
|
|
|
Version: 3.02.80 |
|
|
|
|
Release: 20020523 |
|
|
|
|
Version: 3.95 |
|
|
|
|
Release: 20021002 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://alpha.gnu.org/gnu/sed/sed-%{version}.tar.gz |
|
|
|
|
Source0: ftp://alpha.gnu.org/gnu/sed/sed-%{version}-fixed.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, make |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, make, bison |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
|
AutoReq: no |
|
|
|
|
AutoReqProv: no |
|
|
|
|
@ -58,7 +58,8 @@ AutoReqProv: no
|
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
./configure \ |
|
|
|
|
--prefix=%{l_prefix} |
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
--disable-nls |
|
|
|
|
%{l_make} %{l_mflags -O} |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
|