|
|
|
|
@ -23,9 +23,6 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
%define V_dist 2002.09.17 |
|
|
|
|
%define V_opkg 20020917 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: hevea |
|
|
|
|
Summary: LaTeX to HTML Converter |
|
|
|
|
@ -35,11 +32,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [EVAL] |
|
|
|
|
Group: Text |
|
|
|
|
License: QPL |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20020918 |
|
|
|
|
Version: 1.06 |
|
|
|
|
Release: 20030406 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.inria.fr/INRIA/Projects/para/hevea/unstable/hevea-%{V_dist}.tar.gz |
|
|
|
|
Source0: http://para.inria.fr/~maranget/hevea/distri/hevea-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
@ -62,10 +59,10 @@ AutoReqProv: no
|
|
|
|
|
by writing LaTeX code. |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n hevea-%{V_dist} |
|
|
|
|
%setup -q |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
%{l_make} %{l_mflags -O} \ |
|
|
|
|
%{l_make} %{l_mflags} \ |
|
|
|
|
TARGET=opt CPP="%{l_cc} -E -P -x c" \ |
|
|
|
|
BINDIR=%{l_prefix}/bin \ |
|
|
|
|
LIBDIR=%{l_prefix}/share/hevea |
|
|
|
|
|