You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# giflib
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
GIFLIB_VERSION = 5.2.1
|
|
|
|
GIFLIB_DIR = giflib-$(GIFLIB_VERSION)
|
|
|
|
GIFLIB_SOURCE = giflib-$(GIFLIB_VERSION).tar.gz
|
|
|
|
GIFLIB_SITE = https://sourceforge.net/projects/giflib/files
|
|
|
|
|
|
|
|
GIFLIB_MAKE_ENV = \
|
|
|
|
$(TARGET_CONFIGURE_ENV)
|
|
|
|
|
|
|
|
GIFLIB_MAKE_INSTALL_OPTS = \
|
|
|
|
PREFIX=$(prefix) \
|
|
|
|
BINDIR=$(REMOVE_bindir) \
|
|
|
|
MANDIR=$(REMOVE_mandir)
|
|
|
|
|
|
|
|
giflib: | $(TARGET_DIR)
|
|
|
|
$(call generic-package)
|