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.
 
 
 
 
 
 

17 lines
531 B

################################################################################
#
# libexif
#
################################################################################
LIBEXIF_VERSION = 0.6.24
LIBEXIF_DIR = libexif-$(LIBEXIF_VERSION)
LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.bz2
LIBEXIF_SITE = https://github.com/libexif/libexif/releases/download/v$(LIBEXIF_VERSION)
LIBEXIF_CONF_OPTS = \
--datarootdir=$(REMOVE_datarootdir) \
--with-doc-dir=$(REMOVE_docdir)
libexif: | $(TARGET_DIR)
$(call autotools-package)