summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-11-18 16:22:13 +0000
committercjep <cjep>2002-11-18 16:22:13 +0000
commitf8f509ed7d6ec6e72f657e03751f14befca2d678 (patch)
tree731375a1ee7c982e4bdfb7dc4cdf9f8267136ef8 /archivers/libcomprex/Makefile
parente9ad15d08191706fcced32d785b30357317f97a3 (diff)
downloadpkgsrc-f8f509ed7d6ec6e72f657e03751f14befca2d678.tar.gz
Initial import of libcomprex 0.3.2 into the NetBSD packages collection
as archivers/libcomprex. The libcomprex library transparently handles automatic compression and decompression of files. The API is similar to C's built-in file access functions, which provides a smooth transition to libcomprex. libcomprex can also open uncompressed files, making it a good replacement for the native file access functions. libcomprex is part of the GNUpdate project. libcomprex is currently in development (so should not be used in stable products).
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r--archivers/libcomprex/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
new file mode 100644
index 00000000000..308321ff89e
--- /dev/null
+++ b/archivers/libcomprex/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 16:22:13 cjep Exp $
+#
+
+DISTNAME= libcomprex-0.3.2
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupdate/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnupdate.org/components/libcomprex/index.xml
+COMMENT= Library to handle (de)compression of files
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE=${WRKSRC}/libtool
+
+.include "../../www/curl/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"