pkgsrc/archivers/lhasa/Makefile
shattered 73153e2d26 Update to 0.3.0. Changes:
* PMarc -pm1- archives that contain truncated compressed data (the
       decompressed length is longer than what can be read from the
       compressed data) now decompress as intended. Certain archives
       in the wild make the assumption that this can be done.
     * LArc -lz5- archives that make use of the initial history buffer
       now decompress correctly.
2015-08-26 21:25:31 +00:00

19 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/08/26 21:25:31 shattered Exp $
DISTNAME= lhasa-0.3.0
CATEGORIES= archivers
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
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= liblhasa.pc.in
TEST_TARGET= check
CONFLICTS= lha-[0-9]*
.include "../../mk/bsd.pkg.mk"