diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-21 02:33:51 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-21 13:21:07 +0100 |
commit | 5cf0c9a4d369f2b8c3cc959c3d09c222b4a16fde (patch) | |
tree | a83a1bc65ba5f73744ffe88329867e767f64f85b /recipes/freesmartphone/libeflvala_git.bb | |
parent | d13974119e39de08b0b2da9d4971dc9f3a289368 (diff) |
libeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries
Diffstat (limited to 'recipes/freesmartphone/libeflvala_git.bb')
-rw-r--r-- | recipes/freesmartphone/libeflvala_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/freesmartphone/libeflvala_git.bb b/recipes/freesmartphone/libeflvala_git.bb new file mode 100644 index 0000000000..f35c6c6187 --- /dev/null +++ b/recipes/freesmartphone/libeflvala_git.bb @@ -0,0 +1,16 @@ +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.0.0.0+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/libeflvala;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit autotools_stage pkgconfig vala + +PACKAGES =+ "${PN}-examples" +FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}" + |