mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@338 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
336 B
BlitzBasic
Executable File
12 lines
336 B
BlitzBasic
Executable File
LICENSE = "GPL"
|
|
SECTION = "x11"
|
|
DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js"
|
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
|
DESCRIPTION = "Web is a multi-platform web browsing application."
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
|
S = "${WORKDIR}/trunk"
|
|
|
|
inherit autotools pkgconfig
|
|
|