void-packages/srcpkgs/tar/template
2013-11-18 08:57:55 +01:00

19 lines
483 B
Plaintext

# Template build file for 'tar'.
pkgname=tar
version=1.27.1
revision=1
build_style=gnu-configure
short_desc="The GNU tape archiver with remote magnetic tape support"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/tar/"
license="GPL-3"
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.xz"
checksum=574210bccbcf9eec889f73234a63ad6863f5b8644ac1f3d7f13871372295b7c7
tar_package() {
conflicts="chroot-tar>=0"
pkg_install() {
vmove all
}
}