summaryrefslogtreecommitdiff
path: root/packages/giblib/giblib.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/giblib/giblib.inc
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/giblib/giblib.inc')
-rw-r--r--packages/giblib/giblib.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/giblib/giblib.inc b/packages/giblib/giblib.inc
index e69de29bb2..33f59d407c 100644
--- a/packages/giblib/giblib.inc
+++ b/packages/giblib/giblib.inc
@@ -0,0 +1,20 @@
+SECTION = "libs"
+DESCRIPTION = "giblib is a utility library that incorporates doubly linked \
+lists, some string functions, and a wrapper for imlib2."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+LICENSE = "BSD"
+DEPENDS = "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"