18 lines
481 B
Text
18 lines
481 B
Text
# 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
|
|
}
|
|
}
|