aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/libbacon_svn.bb
blob: 2f36c3d8088abfa722e7e1f8c8c2275475f7fe89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Bacon is a multimedia library"
LICENSE = "GPLv2"

DEPENDS = "glib-2.0"

PV = "0.0+svn${SRCDATE}"

inherit gnome

SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk"

S = "${WORKDIR}/trunk"

do_stage() {
	autotools_stage_all
}