void-packages/srcpkgs/tar/template

19 lines
483 B
Text
Raw Normal View History

# Template build file for 'tar'.
pkgname=tar
2013-11-18 07:57:55 +00:00
version=1.27.1
2013-10-06 06:09:02 +00:00
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"
2013-10-06 06:09:02 +00:00
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.xz"
2013-11-18 07:57:55 +00:00
checksum=574210bccbcf9eec889f73234a63ad6863f5b8644ac1f3d7f13871372295b7c7
tar_package() {
conflicts="chroot-tar>=0"
pkg_install() {
2013-10-06 06:09:02 +00:00
vmove all
}
}