wok-next annotate tar/receipt @ rev 20303

gnustep-back: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 11:17:33 2017 +0100 (2017-11-10)
parents 96871f3890f0
children 90a5eb560fd6
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@455 2
pankso@455 3 PACKAGE="tar"
al@19568 4 VERSION="1.29"
pankso@455 5 CATEGORY="utilities"
al@19745 6 SHORT_DESC="GNU tar archiving tools"
pankso@455 7 MAINTAINER="pankso@slitaz.org"
pascal@15590 8 LICENSE="GPL3"
al@19568 9 WEB_SITE="https://www.gnu.org/software/tar/"
pankso@16314 10 HOST_ARCH="i486 arm"
pankso@455 11
al@19568 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19568 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19568 14
al@19568 15 BUILD_DEPENDS="acl-dev gettext texinfo"
al@19568 16
pankso@455 17 # Rules to configure and make the package.
pankso@455 18 compile_rules()
pankso@455 19 {
al@19568 20 FORCE_UNSAFE_CONFIGURE=1 \
pankso@455 21 ./configure \
al@19568 22 --bindir=/bin \
al@19568 23 $CONFIGURE_ARGS &&
al@19568 24 make && make install &&
al@19745 25 make -C doc install-html docdir=/usr/share/doc/tar-$VERSION
pankso@455 26 }
pankso@455 27
pankso@455 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@455 29 genpkg_rules()
pankso@455 30 {
al@19745 31 copy @std
al@19745 32 DEPENDS="acl attr"
al@19745 33 TAGS="archive compression"
pankso@455 34 }