tar: remove unneeded deps, needs texinfo in chroot, revbump.
This commit is contained in:
parent
99555ddcf3
commit
e089fd371c
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'tar'.
|
# Template build file for 'tar'.
|
||||||
pkgname=tar
|
pkgname=tar
|
||||||
version=1.26
|
version=1.26
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
revision=1
|
||||||
|
@ -15,6 +16,6 @@ long_desc="
|
||||||
does not create correct ustar archives."
|
does not create correct ustar archives."
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
Add_dependency run bzip2
|
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||||
Add_dependency full gzip
|
Add_dependency build texinfo
|
||||||
Add_dependency build bzip2-devel
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue