pkgsrc/archivers/gcpio/Makefile
mef a733d3e205 Updated archivers/gcpio to 2.12
-------------------------------
(From NEWS)
Version 2.12 - Sergey Poznyakoff, 2015-09-12

* Improved documentation.
* Manpages are installed by make install.
* New options for copy-out mode:

** --ignore-devno
Store 0 in the device number fields, instead of the actual device
number.

** --renumber-inodes
Renumber inodes when storing them in the archive.

** --device-independent or --reproducible
Create reproducible archives.  This is equivalent to
--ignore-devno --renumber-inodes.
2016-05-31 14:05:46 +00:00

47 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.50 2016/05/31 14:05:46 mef Exp $
#
DISTNAME= cpio-2.12
PKGNAME= g${DISTNAME}
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/cpio/cpio.html
COMMENT= GNU copy-in/out (cpio) with remote magnetic tape (rmt) support
LICENSE= gnu-gpl-v3
CONFLICTS+= gtar-base-[0-9]*
GNU_CONFIGURE= yes
USE_TOOLS+= makeinfo
INFO_FILES= yes
AUTO_MKDIRS= yes
TEST_TARGET= check
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
CONFIGURE_ENV+= gt_cv_func_gnugettext2_libintl=yes
CONFIGURE_ENV+= gt_cv_func_gnugettext3_libintl=yes
CONFIGURE_ARGS+= --program-prefix=g
PLIST_VARS+= rmt
.include "../../mk/bsd.prefs.mk"
# don't include rmt if gtar won't build it
.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin"
PLIST.rmt= yes
.endif
.include "../../mk/bsd.prefs.mk"
post-install:
${LN} -sf ${PREFIX}/bin/gcpio ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/cpio
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/gcpio.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/cpio.1
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/gmt.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/mt.1
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"