aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/giflib
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:13:53 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:13:53 +0100
commitd629f79d9fee1401262680a75d55e2d564878bd6 (patch)
tree50f446de25fb50522bfb683b7c594469c82994fd /meta-oe/recipes-devtools/giflib
parentd011ac80a04ca5ea49a59c272236a1cbde4901b4 (diff)
downloadmeta-openembedded-contrib-d629f79d9fee1401262680a75d55e2d564878bd6.tar.gz
giflib: import from meta-shr
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/giflib')
-rw-r--r--meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb b/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
new file mode 100644
index 0000000000..16be642a2d
--- /dev/null
+++ b/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "shared library for GIF images"
+SECTION = "libs"
+LICENSE = "MIT"
+PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2"
+
+inherit autotools
+
+DEPENDS = "libsm"
+
+PACKAGES += "${PN}-utils"
+FILES_${PN} = "${libdir}/libgif.so.*"
+FILES_${PN}-utils = "${bindir}"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f"
+SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed"