From f18414059f60ec5924a702a227069aac09f19a0b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 15 Nov 2009 19:29:48 +0100 Subject: shr phone applications: new recipes Signed-off-by: Klaus Kurzmann --- recipes/shr/shr-config_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/shr/shr-config_git.bb (limited to 'recipes/shr/shr-config_git.bb') diff --git a/recipes/shr/shr-config_git.bb b/recipes/shr/shr-config_git.bb new file mode 100644 index 0000000000..cc8d685a27 --- /dev/null +++ b/recipes/shr/shr-config_git.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Central settings app for FSO/SHR distros" +HOMEPAGE = "http://git.freesmartphone.org" +AUTHOR = "Sebastian Spaeth (see AUTHORS)" +LICENSE = "GPLv2" +DEPENDS = "vala-native elementary libeflvala" +SECTION = "x11/application" +PV = "0.0.2+gitr${SRCPV}" +PR = "r4" + +EXTRA_OECONF="--enable-vapidir=${STAGING_DATADIR}/vala/vapi" +inherit autotools + +SRC_URI = "git://github.com/spaetz/shr-config.git;protocol=git;branch=master" +S = "${WORKDIR}/git" -- cgit 1.2.3-korg