diff options
author | ben <ben@pkgsrc.org> | 2004-06-24 23:31:48 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-06-24 23:31:48 +0000 |
commit | 23c669969a7e07cffe2e4b03be0239d1c02d621c (patch) | |
tree | b9b4c69565a6f1cd1a7823a85f589f0bef89416a /archivers | |
parent | 205e155323206f7d32591d9c1e875a22c6abc48b (diff) | |
download | pkgsrc-23c669969a7e07cffe2e4b03be0239d1c02d621c.tar.gz |
Initial import of lcab-1.0b10, a Microsoft cabinet (.CAB) file creator.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lcab/DESCR | 2 | ||||
-rw-r--r-- | archivers/lcab/Makefile | 17 | ||||
-rw-r--r-- | archivers/lcab/PLIST | 3 | ||||
-rw-r--r-- | archivers/lcab/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/archivers/lcab/DESCR b/archivers/lcab/DESCR new file mode 100644 index 00000000000..fc45610025b --- /dev/null +++ b/archivers/lcab/DESCR @@ -0,0 +1,2 @@ +LCAB is a small program that creates a MS Cabinet (.CAB) file from +a set of input files. diff --git a/archivers/lcab/Makefile b/archivers/lcab/Makefile new file mode 100644 index 00000000000..ae13de44620 --- /dev/null +++ b/archivers/lcab/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/24 23:31:48 ben Exp $ +# + +DISTNAME= lcab-1.0b10 +CATEGORIES= archivers +MASTER_SITES= http://www.geekshop.be/rien/lcab/files/ + +MAINTAINER= plunky@rya-online.net +HOMEPAGE= http://www.geekshop.be/rien/lcab +COMMENT= Microsoft cabinet (.CAB) file creator + +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${PREFIX}/man/man1/lcab.1 + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/lcab/PLIST b/archivers/lcab/PLIST new file mode 100644 index 00000000000..51f0d9a21e2 --- /dev/null +++ b/archivers/lcab/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/24 23:31:48 ben Exp $ +bin/lcab +man/man1/lcab.1 diff --git a/archivers/lcab/distinfo b/archivers/lcab/distinfo new file mode 100644 index 00000000000..bcbe6eacd4d --- /dev/null +++ b/archivers/lcab/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/24 23:31:48 ben Exp $ + +SHA1 (lcab-1.0b10.tar.gz) = faf28a6dac6e8ee6debed0ef8a55817c2e280ef0 +Size (lcab-1.0b10.tar.gz) = 112377 bytes |