wok diff rpcbind/receipt @ rev 23630
updated sarg and sarg-php (2.3.11 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 08:01:58 2020 +0100 (2020-04-17) |
parents | 17e313b5b9c1 |
children | e919c5a2742d |
line diff
1.1 --- a/rpcbind/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/rpcbind/receipt Fri Apr 17 08:01:58 2020 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rpcbind" 1.7 -VERSION="0.2.0" 1.8 +VERSION="1.2.5" 1.9 CATEGORY="network" 1.10 SHORT_DESC="RPC program numbers to universal addresses converter." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 +WEB_SITE="https://sourceforge.net/projects/rpcbind/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://rpcbind.sourceforge.net/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="libtirpc" 1.21 BUILD_DEPENDS="libtirpc-dev" 1.22 1.23 +HOST_ARCH="i486 arm" 1.24 + 1.25 # Handle cross compilation. 1.26 case "$ARCH" in 1.27 arm*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include/tirpc" ;; 1.28 @@ -22,14 +24,17 @@ 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - ./configure \ 1.33 + ./configure \ 1.34 + --with-systemdsystemunitdir=no \ 1.35 $CONFIGURE_ARGS && 1.36 - make && make install 1.37 + make && 1.38 + make install 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 genpkg_rules() 1.43 { 1.44 mkdir -p $fs/usr 1.45 - cp -a $install/usr/bin $fs/usr 1.46 + cp -a $install/usr/bin $fs/usr 1.47 + cp -a $install/usr/sbin $fs/usr 1.48 }