Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37716751
en ru br
ALT Linux repos
4.1: 1.0-alt3.r241
4.0:
+backports:0-alt1.20070720

Group :: Networking/WWW
RPM: owb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: owb
Version: 0
Release: alt1.20070720

Summary: an open-source web browser for Consumers Electronic devices
License: BSD/LGPL/APSL
Group: Networking/WWW

Url: http://www.sand-labs.org/owb
#Source0: http://www.sand-labs.org/downloads/sources/OWB_sources.tar.bz2
Source0: http://www.sand-labs.org/downloads/sources/OWB_sources.tar
Source1: owb.desktop
Packager: Michael Shigorin <mike at altlinux.org>

# Automatically added by buildreq on Sun Nov 11 2007

BuildRequires: ccmake chrpath esound flex gcc-c++ gperf libcurl-devel libfreetype-devel libicu-devel libSDL-devel libSDL_gfx-devel libxslt-devel vera-fonts-ttf
BuildRequires: fonts-ttf-dejavu

# font macro

BuildRequires: rpm-build-compat

# fonts: currently owb requires default font in fixed

# location; seems easier to provide at build time
#define owb_ttf %_fontsdir/default/TrueType-vera/Vera.ttf
%define owb_ttf %_fontsdir/ttf/dejavu/DejaVuSans.ttf

%define owb_dir %_libdir/%name
%define owb_libs libbal.so libjscore.so libwebcore-owb.so

%description
OWB (Origyn Web Browser) is a WebKit (KHTML/KJS) based browser
for embedded devices; this build targets Linux/SDL/X11.

The desktop version is beta quality, don't expect too much
from it [yet].

%prep
%setup -q -n trunk

%build
cmake .
make owb
chrpath -k -r %owb_dir %owb_libs %name ||:

%install
install -d  -m755 %buildroot%owb_dir/
install -p  -m644 %owb_libs %buildroot%owb_dir/
install -pD -m755 %name %buildroot%_bindir/%name
install -pD -m644 %owb_ttf %buildroot%_fontsdir/owb.ttf
install -pD -m644 %SOURCE1 %buildroot%_desktopdir/%name.desktop

%post
%update_menus

%postun
%clean_menus

%files
%_bindir/%name
%owb_dir/
%_fontsdir/owb.ttf
%_desktopdir/%name.desktop
%doc README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin