diff options
author | tv <tv@pkgsrc.org> | 1999-05-22 21:11:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-22 21:11:07 +0000 |
commit | 0e66bcc9ea52496e5da9ee793d3f9d20ea2801ef (patch) | |
tree | e97f76082a72137a932aee57cf1681417b264448 /archivers/unlzx | |
parent | cdf1a5c0a061779aa92a2ba71eaaac9290a9b208 (diff) | |
download | pkgsrc-0e66bcc9ea52496e5da9ee793d3f9d20ea2801ef.tar.gz |
Add unlzx-1.0, extraction program for Amiga .lzx archives.
Diffstat (limited to 'archivers/unlzx')
-rw-r--r-- | archivers/unlzx/Makefile | 20 | ||||
-rw-r--r-- | archivers/unlzx/files/md5 | 3 | ||||
-rw-r--r-- | archivers/unlzx/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/unlzx/pkg/DESCR | 2 | ||||
-rw-r--r-- | archivers/unlzx/pkg/PLIST | 2 |
5 files changed, 28 insertions, 0 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile new file mode 100644 index 00000000000..491368ac4dc --- /dev/null +++ b/archivers/unlzx/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/22 21:11:07 tv Exp $ + +DISTNAME= unlzx.c +PKGNAME= unlzx-1.0 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.germany.aminet.org/pub/aminet/misc/unix/ +EXTRACT_SUFX= .Z + +MAINTAINER= packages@netbsd.org + +NO_WRKSUBDIR= +EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} + +do-build: + cd ${WRKSRC} && ${LINK.c} -o unlzx unlzx.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/unlzx ${PREFIX}/bin/ + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/unlzx/files/md5 b/archivers/unlzx/files/md5 new file mode 100644 index 00000000000..639d8197f69 --- /dev/null +++ b/archivers/unlzx/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/22 21:11:07 tv Exp $ + +MD5 (unlzx.c.Z) = 897f018f175b0e9f5d2b9d75eadd4fa8 diff --git a/archivers/unlzx/pkg/COMMENT b/archivers/unlzx/pkg/COMMENT new file mode 100644 index 00000000000..05cd538a381 --- /dev/null +++ b/archivers/unlzx/pkg/COMMENT @@ -0,0 +1 @@ +Extracts .lzx archives from Amiga systems diff --git a/archivers/unlzx/pkg/DESCR b/archivers/unlzx/pkg/DESCR new file mode 100644 index 00000000000..71ce99c1e09 --- /dev/null +++ b/archivers/unlzx/pkg/DESCR @@ -0,0 +1,2 @@ +This package includes unlzx, an unarchiver for the Amiga LZX file archive +format. diff --git a/archivers/unlzx/pkg/PLIST b/archivers/unlzx/pkg/PLIST new file mode 100644 index 00000000000..55ea28c2d2b --- /dev/null +++ b/archivers/unlzx/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/22 21:11:07 tv Exp $ +bin/unlzx |