mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
14 lines
377 B
Makefile
14 lines
377 B
Makefile
################################################################################
|
|
#
|
|
# szip
|
|
#
|
|
################################################################################
|
|
|
|
SZIP_VERSION = 2.1.1
|
|
SZIP_SITE = http://www.hdfgroup.org/ftp/lib-external/szip/2.1.1/src
|
|
SZIP_LICENSE = szip license
|
|
SZIP_LICENSE_FILES = COPYING
|
|
SZIP_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|