aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-08-27 09:55:41 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-08-27 09:55:41 +0000
commitd3d48ef62eb4697182308dedd4ab76e4293cf6be (patch)
tree7c8ee824d4cf98b02fec188436fa2d0c8c3f9208 /packages/gpephone
parent3ae862a58f39a37b10349cdf24e388196818099c (diff)
downloadopenembedded-d3d48ef62eb4697182308dedd4ab76e4293cf6be.tar.gz
vochistory: Add 0.1
Diffstat (limited to 'packages/gpephone')
-rw-r--r--packages/gpephone/vochistory_0.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpephone/vochistory_0.1.bb b/packages/gpephone/vochistory_0.1.bb
new file mode 100644
index 0000000000..d72bbcc3cd
--- /dev/null
+++ b/packages/gpephone/vochistory_0.1.bb
@@ -0,0 +1,12 @@
+LICENSE = "LiPS"
+DESCRIPTION = "Voice call event history"
+SECTION = "gpe"
+PRIORITY = "optional"
+PR = "r0"
+
+DEPENDS = "gtk+ dbus-glib libgpewidget libgpephone libiac libchenabler"
+
+inherit gpephone autotools
+
+SRC_URI = "${GPEPHONE_MIRROR}/vochistory-${PV}/callhistory-${PV}.tar.bz2"
+S = "${WORKDIR}/callhistory-${PV}" \ No newline at end of file