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.
16 lines
416 B
16 lines
416 B
################################################################################
|
|
#
|
|
# lzo
|
|
#
|
|
################################################################################
|
|
|
|
LZO_VERSION = 2.10
|
|
LZO_DIR = lzo-$(LZO_VERSION)
|
|
LZO_SOURCE = lzo-$(LZO_VERSION).tar.gz
|
|
LZO_SITE = https://www.oberhumer.com/opensource/lzo/download
|
|
|
|
LZO_CONF_OPTS = \
|
|
--docdir=$(REMOVE_docdir)
|
|
|
|
lzo: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|