21e04c04e3
- bsdcpio now supports most of the older SUSv2 specs [not default yet] - mtree reader to specify file arguments (experimental) - handle gtar 1.17 sparse files (instead of the older 1.16) - refined suid/sgid handling: it is optional if the bits can't be reset if owner restore is also not requested - fixes for QNX from Sean Boudreau
27 lines
633 B
Makefile
27 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.20 2007/09/15 11:50:58 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libarchive-2.2.8
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
|
|
DISTFILES= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/
|
|
COMMENT= Library to read/create different archive formats
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-bsdtar
|
|
|
|
do-extract:
|
|
${CP} -r ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|