addressbook: Add SVN recipe
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 3 Aug 2007 16:05:13 +0000 (16:05 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 3 Aug 2007 16:05:13 +0000 (16:05 +0000)
packages/gpephone/addressbook_svn.bb [new file with mode: 0644]

diff --git a/packages/gpephone/addressbook_svn.bb b/packages/gpephone/addressbook_svn.bb
new file mode 100644 (file)
index 0000000..663c38c
--- /dev/null
@@ -0,0 +1,19 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "LiPS address book"
+SECTION = "gpe"
+PRIORITY    = "optional"
+PR          = "r0"
+PV = "0.1+svn-${SRCDATE}"
+
+DEFAULT_PREFERENCE = "-1"
+
+DEPENDS = "gtk+ libgpewidget libgpephone dbus-glib libabenabler libiac libim"
+
+inherit gpephone autotools
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = "${WORKDIR}/${PN}"
+
+
+FILES_${PN} += "${datadir}/database"