wok-next diff bird/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents fe4ea69342c1
children
line diff
     1.1 --- a/bird/receipt	Mon Dec 02 17:28:39 2019 +0100
     1.2 +++ b/bird/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="bird"
     1.7 -VERSION="2.0.3"
     1.8 +VERSION="2.0.7"
     1.9  CATEGORY="network"
    1.10 +TAGS="route routing daemon"
    1.11  SHORT_DESC="Internet routing daemon"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 @@ -23,7 +24,7 @@
    1.15  genpkg_rules()
    1.16  {
    1.17  	copy @std
    1.18 +
    1.19  	DEPENDS="ncurses readline"
    1.20  	CONFIG_FILES="/etc/bird.conf"
    1.21 -	TAGS="route routing daemon"
    1.22  }