blob: c2ce4e833066744713529fc2ee80f5662f519145 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = GPL
DESCRIPTION = "Gtk+ WebCore - reference browser"
HOMEPAGE = "http://gtk-webcore.sourceforge.net/"
PRIORITY = "optional"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
DEPENDS = "osb-nrcit"
SECTION = "gpe"
SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-browser-${PV}.tar.gz \
file://no-pedantic.patch;patch=1"
inherit autotools
|