|
|
|
|
@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
|
|
Group: Text |
|
|
|
|
License: GPL |
|
|
|
|
Version: 4.11 |
|
|
|
|
Release: 20030711 |
|
|
|
|
Release: 20030801 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz |
|
|
|
|
@ -41,8 +41,8 @@ Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20021230, bison, groff |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20021230 |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20021230, perl, bison, groff |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20021230, perl |
|
|
|
|
BuildPreReq: zlib, gettext, libiconv |
|
|
|
|
PreReq: zlib, gettext, libiconv |
|
|
|
|
AutoReq: no |
|
|
|
|
@ -71,6 +71,7 @@ AutoReqProv: no
|
|
|
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
|
LIBS="-lintl -liconv" \ |
|
|
|
|
PERL="%{l_prefix}/bin/perl" \ |
|
|
|
|
./configure \ |
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
--disable-nls |
|
|
|
|
|