wok-next rev 21213

updated bird (2.0.2 -> 2.0.3)
author Hans-G?nter Theisgen
date Mon Dec 02 17:28:39 2019 +0100 (2019-12-02)
parents 4f1d38207ecf
children 34c430b535c7
files bird/receipt
line diff
     1.1 --- a/bird/receipt	Mon Dec 02 17:16:10 2019 +0100
     1.2 +++ b/bird/receipt	Mon Dec 02 17:28:39 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="bird"
     1.7 -VERSION="2.0.2"
     1.8 +VERSION="2.0.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Internet routing daemon"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -11,15 +11,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="flex bison readline-dev ncurses-dev"
    1.17 +BUILD_DEPENDS="bison flex ncurses-dev readline-dev"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	./configure $CONFIGURE_ARGS &&
    1.23  	make &&
    1.24  	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27 -genpkg_rules() {
    1.28 +genpkg_rules()
    1.29 +{
    1.30  	copy @std
    1.31  	DEPENDS="ncurses readline"
    1.32  	CONFIG_FILES="/etc/bird.conf"