2008-03-02 04:48:36 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2008/03/02 03:48:37 jlam 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
|
|
|
#
|
|
|
|
|
2007-10-14 19:50:04 +02:00
|
|
|
DISTNAME= unalz-0.61
|
2005-03-02 17:18:47 +01:00
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= http://www.kipple.pe.kr/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
|
|
|
|
2005-07-27 05:13:27 +02:00
|
|
|
MAINTAINER= pkgsrc-wip-discuss@lists.kldp.net
|
2005-03-02 17:18:47 +01:00
|
|
|
HOMEPAGE= http://www.kipple.pe.kr/win/unalz/
|
2005-07-27 05:13:27 +02:00
|
|
|
COMMENT= Alzip archive (.alz) extractor
|
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
|
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2008-03-02 04:48:36 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
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
|
|
|
|
|
2006-02-12 06:10:36 +01:00
|
|
|
SUBST_CLASSES+= d2u
|
|
|
|
SUBST_STAGE.d2u= pre-configure
|
|
|
|
SUBST_FILES.d2u= bzip2/*.[ch] zlib/*.[ch]
|
|
|
|
SUBST_FILTER_CMD.d2u= ${TR} -d '\r'
|
|
|
|
USE_TOOLS+= tr
|
|
|
|
|
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 "../../archivers/bzip2/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2005-03-02 17:18:47 +01:00
|
|
|
.include "../../converters/libiconv/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
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|