void-packages/srcpkgs/tar/template
2013-10-06 08:09:02 +02:00

19 lines
481 B
Plaintext

# Template build file for 'tar'.
pkgname=tar
version=1.27
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=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
tar_package() {
conflicts="chroot-tar>=0"
pkg_install() {
vmove all
}
}