wok-next rev 21412
portmap: added build dependency
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 25 17:22:05 2020 +0100 (2020-04-25) |
parents | dc4a1cf32af9 |
children | b9a01cf772c4 |
files | portmap/receipt |
line diff
1.1 --- a/portmap/receipt Fri Apr 24 17:55:23 2020 +0100 1.2 +++ b/portmap/receipt Sat Apr 25 17:22:05 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 }