On Sun, Apr 28, 2002 at 12:55:03PM +0200, Claus Graf wrote:
> Hi,
>
> there's a new dillo out, versin 0.65.
> Has anybody a rpm already for m68k?
no, you can try this 'dillo.spec' to
build it. The 'RPM_COMMAND' hack is
a nice way to avod a full recompile
should something fail.
Richard
########################################
Summary: dillo WWW browser
Name: dillo
Version: 0.6.5
Release: 1
Copyright: GPL
Group: System Environment/Libraries
Source: dillo-0.6.5.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-root
%description
lightweight WWW browser.
%prep
case "${RPM_COMMAND:-all}" in
all)
%setup -q
;;
esac
%build
case "${RPM_COMMAND:-all}" in
all)
%configure
;;
esac
%install
%makeinstall
%files
/usr