vp-build/srcpkgs/tar/template

20 lines
572 B
Bash

# Template build file for 'tar'.
pkgname=tar
version=1.29
revision=3
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.eu>"
homepage="http://www.gnu.org/software/tar/"
license="GPL-3"
distfiles="${GNU_SITE}/tar/$pkgname-$version.tar.xz"
checksum=402dcfd0022fd7a1f2c5611f5c61af1cd84910a760a44a688e18ddbff4e9f024
pre_configure() {
# avoid regenerating doc on install
touch -r doc/stamp-vti configure
}