aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libbacon_svn.bb
blob: 33a99d4a581a4f7d538f0dc3c643657a96ca65ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;proto=http"

S = "${WORKDIR}/trunk"