aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/giblib/giblib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/giblib/giblib.inc')
-rw-r--r--recipes/giblib/giblib.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/giblib/giblib.inc b/recipes/giblib/giblib.inc
new file mode 100644
index 0000000000..8540e29d60
--- /dev/null
+++ b/recipes/giblib/giblib.inc
@@ -0,0 +1,19 @@
+SECTION = "libs"
+DESCRIPTION = "giblib is a utility library that incorporates doubly linked \
+lists, some string functions, and a wrapper for imlib2."
+LICENSE = "BSD"
+DEPENDS = "virtual/imlib2"
+
+SRC_URI = "http://linuxbrit.co.uk/downloads/giblib-${PV}.tar.gz \
+ file://binconfig.patch;patch=1"
+S = "${WORKDIR}/giblib-${PV}"
+
+inherit autotools pkgconfig binconfig
+
+do_stage () {
+ autotools_stage_includes
+ oe_libinstall -a -so -C giblib libgiblib ${STAGING_LIBDIR}
+}
+
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir}/giblib-config"