wok-next diff nfs-utils/receipt @ rev 16256

ARM: add libwapcaplet
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 04 19:12:27 2014 +0200 (2014-04-04)
parents ac2ee8823dfa
children b0f93805d8bb
line diff
     1.1 --- a/nfs-utils/receipt	Wed Apr 02 10:08:04 2014 +0200
     1.2 +++ b/nfs-utils/receipt	Fri Apr 04 19:12:27 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nfs-utils"
     1.7 -VERSION="1.2.2"
     1.8 +VERSION="1.3.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Network FileSystem tools."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -24,19 +24,19 @@
    1.13  
    1.14  # Handle cross compilation.
    1.15  case "$ARCH" in
    1.16 -	arm*) ARCH_ARGS="--with-tirpcinclude=/cross/arm/sysroot/usr/include/tirpc" ;;
    1.17 +	arm*) 
    1.18 +		ARCH_ARGS="--with-tirpcinclude=/cross/$ARCH/sysroot/usr/include/tirpc" ;;
    1.19  esac
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	sh autogen.sh
    1.25 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.26 -	--disable-nfsv4 --disable-gss \
    1.27 -	--mandir=/usr/share/man \
    1.28 -	$CONFIGURE_ARGS ${ARCH_ARGS} &&
    1.29 -	make &&
    1.30 -	make DESTDIR=$DESTDIR install
    1.31 +	#sh autogen.sh
    1.32 +	./configure \
    1.33 +		--disable-nfsv4 \
    1.34 +		--disable-gss \
    1.35 +		$CONFIGURE_ARGS ${ARCH_ARGS} &&
    1.36 +	make && make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.