wok-next diff iproute2/receipt @ rev 20187

gpm: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 20:06:45 2017 +0100 (2017-11-02)
parents c401b815022b
children 90a5eb560fd6
line diff
     1.1 --- a/iproute2/receipt	Tue Dec 27 11:15:02 2016 +0200
     1.2 +++ b/iproute2/receipt	Thu Nov 02 20:06:45 2017 +0100
     1.3 @@ -1,24 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="iproute2"
     1.8 -VERSION="4.7.0"
     1.9 +VERSION="4.9.0"
    1.10  CATEGORY="network"
    1.11 -SHORT_DESC="utilites for networking and traffic control"
    1.12 +SHORT_DESC="Utilites for networking and traffic control"
    1.13  MAINTAINER="allan316@gmail.com"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"
    1.16 -TAGS="network route"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="https://www.kernel.org/pub/linux/utils/net/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS="iptables db"
    1.22  BUILD_DEPENDS="bison flex iptables-dev db-dev libmnl-dev elfutils-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	./configure /usr/include $CONFIGURE_ARGS &&
    1.28 +	sed -i 's|tc-skbmod\.8||' $src/man/man8/Makefile &&
    1.29  	make &&
    1.30  	make DOCDIR=/usr/share/doc/$PACKAGE-$VERSION DESTDIR=$DESTDIR install
    1.31  }
    1.32 @@ -26,10 +25,7 @@
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	mkdir -p $fs/bin
    1.37 -	cp -a $install/usr $fs/
    1.38 -	cp -a $install/etc $fs/
    1.39 -	cp -a $install/var $fs/
    1.40 -	cp -a $install/sbin $fs/
    1.41 -	ln $fs/sbin/ip $fs/sbin/ss /$fs/bin/
    1.42 +	copy @std
    1.43 +	TAGS="network route"
    1.44 +	DEPENDS="iptables db"
    1.45  }