wok-next diff portmap/receipt @ rev 21531

updated busybox (1.27.2 -> 1.31.1)
author Hans-G?nter Theisgen
date Sat Jun 20 17:14:40 2020 +0100 (2020-06-20)
parents d5aab818505e
children
line diff
     1.1 --- a/portmap/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/portmap/receipt	Sat Jun 20 17:14:40 2020 +0100
     1.3 @@ -4,16 +4,17 @@
     1.4  VERSION="6.0"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="RPC portmapper"
     1.7 -MAINTAINER="devel@slitaz.org"
     1.8 +MAINTAINER="maintainer@slitaz.org"
     1.9  LICENSE="BSD"
    1.10  WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tgz"
    1.13  WGET_URL="http://neil.brown.name/portmap/$TARBALL"
    1.14  
    1.15 -BUILD_DEPENDS="libwrap-dev"
    1.16 +BUILD_DEPENDS="glibc-dev libwrap-dev"
    1.17  
    1.18 -compile_rules() {
    1.19 +compile_rules()
    1.20 +{
    1.21  	# Disabling TCP_WRAPPER with NO_TCP_WRAPPER variable
    1.22  	NO_TCP_WRAPPER=1  make || return 1
    1.23  
    1.24 @@ -24,7 +25,8 @@
    1.25  	install -Dm755 $stuff/init.d/portmap $install/etc/init.d/portmap
    1.26  }
    1.27  
    1.28 -genpkg_rules() {
    1.29 +genpkg_rules()
    1.30 +{
    1.31  	copy @std
    1.32  	DEPENDS="libwrap"
    1.33  }