summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
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
parentd011ac80a04ca5ea49a59c272236a1cbde4901b4 (diff)
downloadmeta-openembedded-d629f79d9fee1401262680a75d55e2d564878bd6.tar.gz
giflib: import from meta-shr
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-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 000000000..16be642a2
--- /dev/null
+++ b/meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "shared library for GIF images"
2SECTION = "libs"
3LICENSE = "MIT"
4PR = "r2"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2"
7
8inherit autotools
9
10DEPENDS = "libsm"
11
12PACKAGES += "${PN}-utils"
13FILES_${PN} = "${libdir}/libgif.so.*"
14FILES_${PN}-utils = "${bindir}"
15
16BBCLASSEXTEND = "native"
17
18SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f"
19SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed"