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.
 
 
 
 
 
 

18 lines
512 B

################################################################################
#
# libite
#
################################################################################
LIBITE_VERSION = 2.5.2
LIBITE_DIR = libite-$(LIBITE_VERSION)
LIBITE_SOURCE = libite-$(LIBITE_VERSION).tar.xz
LIBITE_SITE = https://github.com/troglobit/libite/releases/download/v$(LIBITE_VERSION)
LIBITE_CONF_OPTS = \
--docdir=$(REMOVE_docdir) \
--enable-static \
--disable-shared
libite: | $(TARGET_DIR)
$(call autotools-package)