summaryrefslogtreecommitdiff
path: root/archivers/lhasa/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-02 12:19:43 +0000
committerwiz <wiz@pkgsrc.org>2012-05-02 12:19:43 +0000
commitb2d03d41888a1c48f12384806d02f26f93b6695c (patch)
tree00f37cc8ea7a02d4269fb96f85721a4933744c16 /archivers/lhasa/Makefile
parent84ba44670d70692fde71dc38be5809d22bd7464b (diff)
downloadpkgsrc-b2d03d41888a1c48f12384806d02f26f93b6695c.tar.gz
Initial import of lhasa-0.0.4, an ISC licensed lha uncompressor.
Lhasa is a library for parsing LHA (.lzh) archives and a free replacement for the Unix LHA tool. Currently it is only possible to read from (i.e., decompress) archives; generating (compressing) LHA archives may be an enhancement for future versions. The aim is to be compatible with as many different variants of the LHA file format as possible, including LArc (.lzs) and PMarc (.pma). The command line tool aims to be interface-compatible with the non-free Unix LHA tool (command line syntax and output), for backwards compatibility with tools that expect particular output.
Diffstat (limited to 'archivers/lhasa/Makefile')
-rw-r--r--archivers/lhasa/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile
new file mode 100644
index 00000000000..bfa6832a56d
--- /dev/null
+++ b/archivers/lhasa/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/05/02 12:19:43 wiz Exp $
+#
+
+DISTNAME= lhasa-0.0.4
+CATEGORIES= archivers
+MASTER_SITES= http://cloud.github.com/downloads/fragglet/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
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+# tests currently only succeed in timezone Europe/London
+TEST_TARGET= check
+
+CONFLICTS= lha-[0-9]*
+
+.include "../../mk/bsd.pkg.mk"