aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/libeflvala_svn.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-02-11 02:23:29 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-02-11 02:24:12 +0100
commitbc68929ceaa163e27d8e9860e2f816065c14d0fa (patch)
treeb8651b3a30ac7a4463a9ccb3cd95437c298eb7aa /recipes/efl1/libeflvala_svn.bb
parent6795b4bf1ed4074fd83703c19828f91492c6507f (diff)
downloadopenembedded-bc68929ceaa163e27d8e9860e2f816065c14d0fa.tar.gz
libeflvala: has moved from FSO git to EFL svn
Diffstat (limited to 'recipes/efl1/libeflvala_svn.bb')
-rw-r--r--recipes/efl1/libeflvala_svn.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/efl1/libeflvala_svn.bb b/recipes/efl1/libeflvala_svn.bb
new file mode 100644
index 0000000000..cbb6887ffb
--- /dev/null
+++ b/recipes/efl1/libeflvala_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Vala meets the Enlightenment Foundation Libraries"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+LICENSE = "LGPL"
+SECTION = "devel"
+DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary"
+PV = "0.5.0+svnr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS;module=vala;proto=http"
+S = "${WORKDIR}/vala"
+
+inherit autotools_stage pkgconfig vala
+
+PACKAGES =+ "${PN}-examples"
+FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*"