libvoc, libtapi: Add SVN recipe
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 24 Jan 2008 14:14:35 +0000 (14:14 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 24 Jan 2008 14:14:35 +0000 (14:14 +0000)
packages/gpephone/libtapi_svn.bb [new file with mode: 0644]
packages/gpephone/libvoc_svn.bb [new file with mode: 0644]

diff --git a/packages/gpephone/libtapi_svn.bb b/packages/gpephone/libtapi_svn.bb
new file mode 100644 (file)
index 0000000..68e5787
--- /dev/null
@@ -0,0 +1,17 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "LiPS telephony library."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "gtk+ libglade libgsmd"
+PV = "0.0+svnr-${SRCREV}"
+PR          = "r0"
+
+inherit gpephone pkgconfig autotools
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = "${WORKDIR}/${PN}"
+
+do_stage () {
+       autotools_stage_all
+}
diff --git a/packages/gpephone/libvoc_svn.bb b/packages/gpephone/libvoc_svn.bb
new file mode 100644 (file)
index 0000000..3389c7d
--- /dev/null
@@ -0,0 +1,17 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "LiPS voice call library."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "gtk+ libglade libgsmd"
+PV = "0.0+svnr-${SRCREV}"
+PR          = "r0"
+
+inherit gpephone pkgconfig autotools
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = "${WORKDIR}/${PN}"
+
+do_stage () {
+       autotools_stage_all
+}