summaryrefslogtreecommitdiff
path: root/archivers/lhasa/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-12-02 20:08:06 +0000
committeradam <adam>2013-12-02 20:08:06 +0000
commitdd7020a000eb58affba45ebf453dd07b15ec26fd (patch)
tree788a37502933aec6aecd9ebc3912f3ad70ca2d88 /archivers/lhasa/Makefile
parent0673bb0e236c0c00d8e0483034ab26910e895ed6 (diff)
downloadpkgsrc-dd7020a000eb58affba45ebf453dd07b15ec26fd.tar.gz
Changes 0.2.0:
* Decompression of archives using the -lhx- file format supported by unlha32.dll is now supported (thanks Multi for the patch). * The -p (print to stdout) command line option is now supported. * The test suite should now run correctly on Windows. Bugs fixed: * Bug where archives read from pipes (eg. stdin) were not extracted beyond the first file in the archive. * Output when using the -w (extract directory) option now correctly matches the output of Unix lha.
Diffstat (limited to 'archivers/lhasa/Makefile')
-rw-r--r--archivers/lhasa/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile
index cfe9ce4667c..720a5d9459c 100644
--- a/archivers/lhasa/Makefile
+++ b/archivers/lhasa/Makefile
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.5 2013/05/08 17:40:30 shattered Exp $
-#
+# $NetBSD: Makefile,v 1.6 2013/12/02 20:08:06 adam Exp $
-DISTNAME= lhasa-0.1.0
+DISTNAME= lhasa-0.2.0
CATEGORIES= archivers
-MASTER_SITES= http://www.soulsphere.org/projects/lhasa/
+MASTER_SITES= https://soulsphere.org/projects/lhasa/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fragglet.github.com/lhasa/
COMMENT= Freely licensed lha archiving tool (for .lzh and .lha files)
LICENSE= isc
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-TEST_TARGET= check
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE= liblhasa.pc.in
+TEST_TARGET= check
-CONFLICTS= lha-[0-9]*
-
-PKGCONFIG_OVERRIDE= liblhasa.pc.in
+CONFLICTS= lha-[0-9]*
.include "../../mk/bsd.pkg.mk"