wok-next diff iproute2/receipt @ rev 21593

updated dmenu (4.8 -> 4.9)
author Hans-G?nter Theisgen
date Wed Jun 24 07:40:25 2020 +0100 (2020-06-24)
parents d5aab818505e
children
line diff
     1.1 --- a/iproute2/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/iproute2/receipt	Wed Jun 24 07:40:25 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="iproute2"
     1.7 -VERSION="4.17.0"
     1.8 +VERSION="4.19.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Utilites for networking and traffic control"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 @@ -13,6 +13,10 @@
    1.13  WGET_URL="https://www.kernel.org/pub/linux/utils/net/$PACKAGE/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="bison flex iptables-dev db-dev libmnl-dev elfutils-dev"
    1.16 +SPLIT="$PACKAGE-dev"
    1.17 +
    1.18 +DEPENDS_std="iptables db"
    1.19 +TAGS_std="LFS network route"
    1.20  
    1.21  compile_rules() {
    1.22  	./configure \
    1.23 @@ -25,9 +29,3 @@
    1.24  		DESTDIR=$install \
    1.25  		install
    1.26  }
    1.27 -
    1.28 -genpkg_rules() {
    1.29 -	copy @std
    1.30 -	TAGS="LFS network route"
    1.31 -	DEPENDS="iptables db"
    1.32 -}