2017-06-26 11:48:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2017/06/26 09:48:34 adam Exp $
|
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
2004-12-03 18:17:10 +01:00
|
|
|
|
2016-01-24 05:32:54 +01:00
|
|
|
DISTNAME= unalz-0.65
|
2005-03-02 17:18:47 +01:00
|
|
|
CATEGORIES= archivers
|
2016-01-24 05:32:54 +01:00
|
|
|
MASTER_SITES= https://kippler.com/win/unalz/
|
|
|
|
EXTRACT_SUFX= .tgz
|
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
2004-12-03 18:17:10 +01:00
|
|
|
|
2012-06-14 10:25:17 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2016-01-24 05:32:54 +01:00
|
|
|
HOMEPAGE= https://kippler.com/win/unalz/
|
2005-07-27 05:13:27 +02:00
|
|
|
COMMENT= Alzip archive (.alz) extractor
|
2017-06-26 11:48:34 +02:00
|
|
|
LICENSE= zlib
|
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
2004-12-03 18:17:10 +01:00
|
|
|
|
2005-10-01 12:55:35 +02:00
|
|
|
BUILD_TARGET= posix-utf8
|
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
2004-12-03 18:17:10 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2005-07-12 15:55:26 +02:00
|
|
|
WRKSRC= ${WRKDIR}/unalz
|
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
2004-12-03 18:17:10 +01:00
|
|
|
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
|
|
|
do-install:
|
2008-03-02 04:48:36 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/unalz ${DESTDIR}${PREFIX}/bin
|
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
2004-12-03 18:17:10 +01:00
|
|
|
|
2017-06-26 11:48:34 +02:00
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
Import unalz, packaged by Lee Jae-Hong (pyrasis at chol dot com) and
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.
2004-12-03 18:17:10 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|