aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libiac_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpephone/libiac_0.1.bb')
-rw-r--r--recipes/gpephone/libiac_0.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpephone/libiac_0.1.bb b/recipes/gpephone/libiac_0.1.bb
new file mode 100644
index 0000000000..5d522b7f54
--- /dev/null
+++ b/recipes/gpephone/libiac_0.1.bb
@@ -0,0 +1,15 @@
+LICENSE = "LiPS"
+DESCRIPTION = "LiPS IPC library."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "gtk+ gtk-doc"
+PR = "r2"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpephone pkgconfig autotools
+
+SRC_URI += "file://po.patch;patch=1"
+
+do_stage () {
+ autotools_stage_all
+}