diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-01 10:55:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-01 10:55:35 +0000 |
commit | 9e78029c85305ff86a2735b1e2d017870361aa6c (patch) | |
tree | 0f6745f47857476513923240980cbeb902e672c0 /archivers/unalz/Makefile | |
parent | 17f9546135a754dd21373d38452925de1e1d6336 (diff) | |
download | pkgsrc-9e78029c85305ff86a2735b1e2d017870361aa6c.tar.gz |
Update unalz to 0.50.
New features:
- "-l" option to show the list of files.
- "-d" option to specify output folder.
- decompressing individual files.
- setting time attribute of decompressed files.
Diffstat (limited to 'archivers/unalz/Makefile')
-rw-r--r-- | archivers/unalz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unalz/Makefile b/archivers/unalz/Makefile index 720edf7d371..fc1b6fc786a 100644 --- a/archivers/unalz/Makefile +++ b/archivers/unalz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/07/27 03:13:27 junyoung Exp $ +# $NetBSD: Makefile,v 1.6 2005/10/01 10:55:35 minskim Exp $ # -DISTNAME= unalz-0.40 +DISTNAME= unalz-0.50 CATEGORIES= archivers MASTER_SITES= http://www.kipple.pe.kr/win/unalz/ EXTRACT_SUFX= .tgz @@ -12,7 +12,7 @@ COMMENT= Alzip archive (.alz) extractor PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_TARGET= posix +BUILD_TARGET= posix-utf8 NO_CONFIGURE= yes USE_LANGUAGES= c c++ WRKSRC= ${WRKDIR}/unalz |