[oe-commits] Łukasz Pankowski : ffphonelog: new recipe from SHR

git version control git at git.openembedded.org
Tue Oct 12 18:38:02 UTC 2010


Module: openembedded.git
Branch: master
Commit: 219b605104ae12a24dc0a2551390437db154f1ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=219b605104ae12a24dc0a2551390437db154f1ac

Author: Łukasz Pankowski <lukpank at o2.pl>
Date:   Mon Oct 11 09:16:06 2010 +0200

ffphonelog: new recipe from SHR

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/ffphonelog/ffphonelog_git.bb |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/recipes/ffphonelog/ffphonelog_git.bb b/recipes/ffphonelog/ffphonelog_git.bb
new file mode 100644
index 0000000..8ddb4d5
--- /dev/null
+++ b/recipes/ffphonelog/ffphonelog_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Finger friendly phonelog"
+AUTHOR = "Lukasz Pankowski <lukpank at o2.pl>"
+HOMEPAGE = "http://www.opkg.org/package_343.html"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+LICENSE = "GPLv3"
+DEPENDS = "libeflvala"
+RDEPENDS_${PN} = "phoneuid"
+PV = "0.1+gitr${SRCPV}"
+
+SRC_URI = "git://git.shr-project.org/repo/ffphonelog.git;protocol=http;branch=master"
+
+SRCREV = "d59853f8f777d943c0e3791c1d17af82d794040c"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${datadir}/applications ${datadir}/pixmaps"
+
+do_install() {
+       oe_runmake install DESTDIR=${D}
+}
+
+MAINTAINER = "Lukasz Pankowski <lukpank at o2.pl>"





More information about the Openembedded-commits mailing list