DESCR

cabextract is a program that un-archives files in the Microsoft
cabinet file format (.cab) or any binary file which contains an
embedded cabinet file (frequently found in .exe files).

cabextract will extract all files from all cabinet files specified on
the command line

To extract a multi-part cabinet consisting of several files, only give
the first file as an argument to cabextract as it will automatically
look for the remaining files.

Makefile

# $NetBSD: Makefile,v 1.20 2008/06/15 16:13:09 obache Exp $
#

DISTNAME= cabextract-1.2
CATEGORIES= archivers
MASTER_SITES= http://www.cabextract.org.uk/

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cabextract.org.uk/
COMMENT= Microsoft cabinet (.CAB) file extractor

PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir

GNU_CONFIGURE= yes
USE_TOOLS+= gmake

.include "../../mk/bsd.pkg.mk"

PLIST

@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:18 zuntum Exp $
bin/cabextract
man/man1/cabextract.1

distinfo

$NetBSD: distinfo,v 1.9 2006/09/23 13:02:17 ben Exp $

SHA1 (cabextract-1.2.tar.gz) = 871b3db4bc2629eb5726659c147aecea1af6a6d0
RMD160 (cabextract-1.2.tar.gz) = 55292e287047b14945e69b0be8ab9ff1d4902f71
Size (cabextract-1.2.tar.gz) = 194006 bytes