summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2021-02-22 19:45:08 +0000
committerfcambus <fcambus@pkgsrc.org>2021-02-22 19:45:08 +0000
commit96631fb8f5129c04c3c0fb403aecb9d5ad3785e6 (patch)
treeec5a07e3b14fc4fd81dfd6260a44712685b682e5 /archivers
parent20cdb08f9f9b228439093a5bc5f339d2fd18c443 (diff)
downloadpkgsrc-96631fb8f5129c04c3c0fb403aecb9d5ad3785e6.tar.gz
archivers/lunzip: import lunzip-1.12.
Lunzip is a decompressor for the lzip format written in C. Its small size makes it well suited for embedded devices or software installers that need to decompress files but don't need compression capabilities. Lunzip is fully compatible with lzip 1.4 or newer.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lunzip/DESCR4
-rw-r--r--archivers/lunzip/Makefile19
-rw-r--r--archivers/lunzip/PLIST3
-rw-r--r--archivers/lunzip/distinfo6
4 files changed, 32 insertions, 0 deletions
diff --git a/archivers/lunzip/DESCR b/archivers/lunzip/DESCR
new file mode 100644
index 00000000000..835e7fc7154
--- /dev/null
+++ b/archivers/lunzip/DESCR
@@ -0,0 +1,4 @@
+Lunzip is a decompressor for the lzip format written in C. Its small size
+makes it well suited for embedded devices or software installers that need
+to decompress files but don't need compression capabilities. Lunzip is fully
+compatible with lzip 1.4 or newer.
diff --git a/archivers/lunzip/Makefile b/archivers/lunzip/Makefile
new file mode 100644
index 00000000000..f299c90d2d8
--- /dev/null
+++ b/archivers/lunzip/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/02/22 19:45:08 fcambus Exp $
+
+DISTNAME= lunzip-1.12
+CATEGORIES= archivers
+MASTER_SITES= https://download.savannah.gnu.org/releases/lzip/lunzip/
+
+MAINTAINER= fcambus@NetBSD.org
+HOMEPAGE= https://www.nongnu.org/lzip/lunzip.html
+COMMENT= Decompressor for the lzip format
+LICENSE= gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+
+TEST_TARGET= check
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/lunzip/PLIST b/archivers/lunzip/PLIST
new file mode 100644
index 00000000000..4d232a8e23e
--- /dev/null
+++ b/archivers/lunzip/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/22 19:45:08 fcambus Exp $
+bin/lunzip
+man/man1/lunzip.1
diff --git a/archivers/lunzip/distinfo b/archivers/lunzip/distinfo
new file mode 100644
index 00000000000..b600d9a4571
--- /dev/null
+++ b/archivers/lunzip/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/22 19:45:08 fcambus Exp $
+
+SHA1 (lunzip-1.12.tar.gz) = 86177aafeca99c09ca667255c4edc868f84bf496
+RMD160 (lunzip-1.12.tar.gz) = 2910fee20d9b030fa901a71ec5f3d74fe09c2a82
+SHA512 (lunzip-1.12.tar.gz) = 9261f87e7403217018e87cf52c0cc7f71ce9e29b7d262efffae5dfff797ea4913803f0a94999dfd6b0ad89abb22cf37e21baa390b5c920cb8668a6ba240358c6
+Size (lunzip-1.12.tar.gz) = 66001 bytes