void-packages/srcpkgs/cpio/template
Đoàn Trần Công Danh 3da2af87f2 cpio: remove bash from checkdepends
- bash is provided by chroot-bash inside chroot
- upon installing checkdepends, bash will replace chroot-bash,
  upon cleanup after checking, uninstall bash will render chroot
  broken, see #23929
2020-08-04 08:35:49 +07:00

17 lines
541 B
Bash

# Template file for 'cpio'
pkgname=cpio
version=2.13
revision=1
build_style=gnu-configure
configure_args="--with-rmt=/usr/bin/rmt"
hostmakedepends="automake gettext-devel tar"
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/cpio/"
distfiles="${GNU_SITE}/cpio/cpio-${version}.tar.bz2"
checksum=eab5bdc5ae1df285c59f2a4f140a98fc33678a0bf61bdba67d9436ae26b46f6d
pre_configure() {
autoreconf -if
}