buildroot/package/szip/szip.mk
Ernesto L. Williams Jr 1efb5ad43d szip: new package
[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>
2015-01-01 22:53:29 +01:00

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))