1efb5ad43d
[Thomas: - Add hash file. - Rewrap Config.in help text and remove trailing whitespace. - Remove unneeded empty new line at the end of the .mk file.] Signed-off-by: Ernesto L. Williams Jr <ernesto@slac.stanford.edu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
373 B
Makefile
14 lines
373 B
Makefile
################################################################################
|
|
#
|
|
# szip
|
|
#
|
|
################################################################################
|
|
|
|
SZIP_VERSION = 2.1
|
|
SZIP_SITE = http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src
|
|
SZIP_LICENSE = szip license
|
|
SZIP_LICENSE_FILES = COPYING
|
|
SZIP_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|