2019-08-11 15:17:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2019/08/11 13:17:50 wiz Exp $
|
Import atool-0.39.0 from wip, PR pkg/52545.
atool is a script for managing file archives of various types (tar,
tar+gzip, zip, etc.). It provides the following commands:
* aunpack: extract an archive, avoiding tar bombs
* apack: create archives or compressed files
* als: list the contents of an archive
* acat: extract to the standard output
* adiff: generate a diff between two archives
* arepack: repack archives to a different format
Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.
2017-11-03 21:07:12 +01:00
|
|
|
|
|
|
|
DISTNAME= atool-0.39.0
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 2
|
Import atool-0.39.0 from wip, PR pkg/52545.
atool is a script for managing file archives of various types (tar,
tar+gzip, zip, etc.). It provides the following commands:
* aunpack: extract an archive, avoiding tar bombs
* apack: create archives or compressed files
* als: list the contents of an archive
* acat: extract to the standard output
* adiff: generate a diff between two archives
* arepack: repack archives to a different format
Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.
2017-11-03 21:07:12 +01:00
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/atool/
|
|
|
|
|
|
|
|
MAINTAINER= mcy@lm7.fr
|
|
|
|
HOMEPAGE= http://www.nongnu.org/atool/
|
|
|
|
COMMENT= Manage file archives of various types
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= # none (perl)
|
|
|
|
USE_TOOLS+= gmake perl
|
|
|
|
REPLACE_PERL= atool
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|