diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-27 09:55:41 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-27 09:55:41 +0000 |
commit | d3d48ef62eb4697182308dedd4ab76e4293cf6be (patch) | |
tree | 7c8ee824d4cf98b02fec188436fa2d0c8c3f9208 /packages/gpephone/vochistory_0.1.bb | |
parent | 3ae862a58f39a37b10349cdf24e388196818099c (diff) |
vochistory: Add 0.1
Diffstat (limited to 'packages/gpephone/vochistory_0.1.bb')
-rw-r--r-- | packages/gpephone/vochistory_0.1.bb | 12 |
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 |