mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
giflib: import from meta-shr
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
d011ac80a0
commit
d629f79d9f
19
meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
Normal file
19
meta-oe/recipes-devtools/giflib/giflib_4.1.6.bb
Normal file
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user