diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:13:53 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:13:53 +0100 |
| commit | d629f79d9fee1401262680a75d55e2d564878bd6 (patch) | |
| tree | 50f446de25fb50522bfb683b7c594469c82994fd | |
| parent | d011ac80a04ca5ea49a59c272236a1cbde4901b4 (diff) | |
| download | meta-openembedded-d629f79d9fee1401262680a75d55e2d564878bd6.tar.gz | |
giflib: import from meta-shr
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb | 19 |
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 @@ | |||
| 1 | DESCRIPTION = "shared library for GIF images" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | PR = "r2" | ||
| 5 | |||
| 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2" | ||
| 7 | |||
| 8 | inherit autotools | ||
| 9 | |||
| 10 | DEPENDS = "libsm" | ||
| 11 | |||
| 12 | PACKAGES += "${PN}-utils" | ||
| 13 | FILES_${PN} = "${libdir}/libgif.so.*" | ||
| 14 | FILES_${PN}-utils = "${bindir}" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f" | ||
| 19 | SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed" | ||
