void-packages/srcpkgs/tar/template

20 lines
583 B
Bash

# Template file for 'tar'
pkgname=tar
version=1.31
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="gl_cv_struct_dirent_d_ino=yes"
makedepends="acl-devel"
short_desc="The GNU tape archiver with remote magnetic tape support"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/tar/"
distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz"
checksum=37f3ef1ceebd8b7e1ebf5b8cc6c65bb8ebf002c7d049032bf456860f25ec2dc1
pre_configure() {
# avoid regenerating doc on install
touch -r doc/stamp-vti configure
}