Skip to content

Commit

Permalink
giflib: new recipe
Browse files Browse the repository at this point in the history
Needed for libwebp.
  • Loading branch information
Rasmus Villemoes committed Nov 4, 2016
1 parent b4f14ab commit 7c425e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
25 changes: 25 additions & 0 deletions recipes/giflib/giflib.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
DESCRIPTION = "GIFLIB is a package of portable tools and library routines for working with GIF images."
HOMEPAGE = "http://giflib.sourceforge.net/"
LICENSE = "MIT"

SRC_URI = "http://kent.dl.sourceforge.net/project/giflib/giflib-${PV}.tar.bz2"

inherit autotools library auto-package-utils
LIBRARY_NAME = "libgif"

DEPENDS += "libc libm"
DEPENDS_${PN} += "libc libm"

AUTO_PACKAGE_UTILS = "\
gif2rgb \
gifbuild \
gifecho \
giffix \
gifinto \
giftext \
giftool \
gifclrmp \
"

AUTO_PACKAGE_UTILS_DEPENDS = "libc libm libgif"
AUTO_PACKAGE_UTILS_RDEPENDS = "libc libm libgif"
2 changes: 2 additions & 0 deletions recipes/giflib/giflib_5.1.4.oe
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require ${PN}.inc
LIBRARY_VERSION = "7"
1 change: 1 addition & 0 deletions recipes/giflib/giflib_5.1.4.oe.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f1157cfc377916280849e247b8e34fa0446513f giflib-5.1.4.tar.bz2

0 comments on commit 7c425e0

Please sign in to comment.