libiac: add 1.0
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 14:59:00 +0000 (14:59 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 14:59:00 +0000 (14:59 +0000)
packages/gpephone/libiac_1.0.bb [new file with mode: 0644]

diff --git a/packages/gpephone/libiac_1.0.bb b/packages/gpephone/libiac_1.0.bb
new file mode 100644 (file)
index 0000000..940b1ec
--- /dev/null
@@ -0,0 +1,13 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "LiPS IPC library."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "gtk+ gtk-doc"
+PR          = "r1"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpephone pkgconfig autotools
+
+do_stage () {
+       autotools_stage_all
+}