From 5cf0c9a4d369f2b8c3cc959c3d09c222b4a16fde Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 21 Mar 2009 02:33:51 +0100 Subject: libeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries --- recipes/freesmartphone/libeflvala_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/freesmartphone/libeflvala_git.bb (limited to 'recipes/freesmartphone/libeflvala_git.bb') 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 " +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}" + -- cgit v1.2.3