From 4a1b8b9b0431d46de76655ac8f6e400bfe97786e Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 24 Feb 2005 16:20:25 +0000 Subject: Changes 2.0: Bug fixes: -- Few bugs that caused overflow of the output buffer were fixed. New features: -- For information about changes in the SZIP source code see http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/Release_notes_2_0.pdf -- This release supports shared libraries. See "Known problems" section for additional information. --- archivers/szip/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'archivers/szip/Makefile') diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 785e741d799..85d0dcaf374 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2004/07/28 02:47:35 minskim Exp $ -# +# $NetBSD: Makefile,v 1.3 2005/02/24 16:20:25 adam Exp $ -DISTNAME= szip1.1 -PKGNAME= szip-1.1 -CATEGORIES= archivers -MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/src/ +DISTNAME= szip-2.0 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/2.0/src/ +EXTRACT_SUFX= .tar -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ -COMMENT= Extended-Rice lossless compression +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ +COMMENT= Extended-Rice lossless compression PKG_INSTALLATION_TYPES= overwrite pkgviews -HAS_CONFIGURE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} LICENSE= no-commercial-use -- cgit v1.2.3