diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 16:56:57 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 16:56:57 +0000 |
commit | 959e1fe4ed9896e99bec399ff5107d641a2b0e0b (patch) | |
tree | f9f4addeb7ef149af5e16d1b4ad0142946e4307a /packages | |
parent | 92224cae2428e4ab25246f51c41817173ed6e21b (diff) |
contact: New svn recipe for new G(PE)^2 contact application.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gpephone/contact_svn.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gpephone/contact_svn.bb b/packages/gpephone/contact_svn.bb new file mode 100644 index 0000000000..0b785ac9f0 --- /dev/null +++ b/packages/gpephone/contact_svn.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "G(PE)^2 address book v2" +SECTION = "gpe" +PRIORITY = "optional" +LICENSE = "LiPS" +DEPENDS = "gtk+ libgpephone dbus-glib libabenabler2 librecord2 libgemwidget" +PV = "0.0+svn-${SRCREV}" +PR = "r0" + +inherit gpephone autotools + +SRC_URI = ${GPEPHONE_SVN} + +S = "${WORKDIR}/contact/trunk" + + +FILES_${PN} += "${datadir}" + +DEFAULT_PREFERENCE = "-1" |