diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-07 11:53:42 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-07 11:53:42 +0100 |
commit | 611662a49470299f3851db2823d76d4827700ff9 (patch) | |
tree | 10f8b2695b7b231d949401dfaa5f2de7769c8214 /recipes/efl1 | |
parent | 43bb6f65a72d3d3f81bc917fd27957ccdf20abe2 (diff) |
libeflvala: move from recipes/freesmartphone to recipes/efl
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/libeflvala_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/efl1/libeflvala_git.bb b/recipes/efl1/libeflvala_git.bb new file mode 100644 index 0000000000..9040bbd10a --- /dev/null +++ b/recipes/efl1/libeflvala_git.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.0.1.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}/*" |