2008-10-23 00:42:30 +00:00
|
|
|
# Template build file for 'tar'.
|
|
|
|
pkgname=tar
|
2011-03-14 15:02:17 +00:00
|
|
|
version=1.26
|
2013-02-01 10:37:16 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2008-10-14 07:26:36 +00:00
|
|
|
short_desc="The GNU tape archiver with remote magnetic tape support"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-31 11:39:48 +00:00
|
|
|
homepage="http://www.gnu.org/software/tar/"
|
|
|
|
license="GPL-3"
|
2013-02-01 10:55:50 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
|
|
|
|
|
|
|
|
pre_configure() {
|
2013-02-01 10:57:43 +00:00
|
|
|
sed -i -e '/gets is a/d' gnu/stdio.in.h
|
2013-02-01 10:55:50 +00:00
|
|
|
}
|
2013-04-14 13:09:59 +00:00
|
|
|
|
|
|
|
tar_package() {
|
|
|
|
conflicts="chroot-tar>=0"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|