2008-10-23 02:42:30 +02:00
|
|
|
# Template build file for 'tar'.
|
|
|
|
pkgname=tar
|
2013-10-06 08:09:02 +02:00
|
|
|
version=1.27
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-10-14 09:26:36 +02:00
|
|
|
short_desc="The GNU tape archiver with remote magnetic tape support"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-31 12:39:48 +01:00
|
|
|
homepage="http://www.gnu.org/software/tar/"
|
|
|
|
license="GPL-3"
|
2013-10-06 08:09:02 +02:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.xz"
|
|
|
|
checksum=1b2a6b4b9de6b48e9e994276197e1f18e512a9acf6f598905f0e481ca3f8245b
|
2013-04-14 15:09:59 +02:00
|
|
|
|
|
|
|
tar_package() {
|
|
|
|
conflicts="chroot-tar>=0"
|
|
|
|
pkg_install() {
|
2013-10-06 08:09:02 +02:00
|
|
|
vmove all
|
2013-04-14 15:09:59 +02:00
|
|
|
}
|
|
|
|
}
|