libiac: add svn recipe
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 15 Jan 2008 15:35:46 +0000 (15:35 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 15 Jan 2008 15:35:46 +0000 (15:35 +0000)
packages/gpephone/libiac_svn.bb [new file with mode: 0644]

diff --git a/packages/gpephone/libiac_svn.bb b/packages/gpephone/libiac_svn.bb
new file mode 100644 (file)
index 0000000..0cd1d64
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "LiPS IPC library."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+LICENSE = "LiPS"
+DEPENDS = "gtk+ gtk-doc"
+PV = "1.0+svnr-${SRCREV}"
+PR = "r0"
+
+inherit gpephone pkgconfig autotools
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = ${WORKDIR}/${PN}
+
+do_stage () {
+        autotools_stage_all
+}