wok-next diff tar/receipt @ rev 20113

Add some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 30 09:29:31 2017 +0100 (2017-10-30)
parents 96871f3890f0
children 90a5eb560fd6
line diff
     1.1 --- a/tar/receipt	Wed Dec 21 23:21:13 2016 +0200
     1.2 +++ b/tar/receipt	Mon Oct 30 09:29:31 2017 +0100
     1.3 @@ -1,19 +1,17 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="tar"
     1.8  VERSION="1.29"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="GNU tar archiving tools."
    1.11 +SHORT_DESC="GNU tar archiving tools"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnu.org/software/tar/"
    1.15 -TAGS="archive compression"
    1.16  HOST_ARCH="i486 arm"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS="acl attr"
    1.22  BUILD_DEPENDS="acl-dev gettext texinfo"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25 @@ -24,16 +22,13 @@
    1.26  		--bindir=/bin \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make && make install &&
    1.29 -	make -C doc install-html docdir=/usr/share/doc/tar-1.29
    1.30 +	make -C doc install-html docdir=/usr/share/doc/tar-$VERSION
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	cook_copy_folders bin libexec
    1.37 +	copy @std
    1.38 +	DEPENDS="acl attr"
    1.39 +	TAGS="archive compression"
    1.40  }
    1.41 -
    1.42 -post_remove()
    1.43 -{
    1.44 -	ln -s busybox "$1/bin/tar"
    1.45 -}