wok diff sctp-tools/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents 8d6f480bf664
children e919c5a2742d
line diff
     1.1 --- a/sctp-tools/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/sctp-tools/receipt	Wed Nov 13 16:11:02 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sctp-tools"
     1.7 -VERSION="1.0.11"
     1.8 +VERSION="1.0.17"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Stream Control Transmission Protocol tools."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2 LGPL2.1"
    1.13 +WEB_SITE="http://lksctp.sourceforge.net/"
    1.14 +
    1.15  SOURCE="lksctp-tools"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://lksctp.sourceforge.net/"
    1.18 -WGET_URL="$SF_MIRROR/project/lksctp/lksctp/$SOURCE-$VERSION/$TARBALL"
    1.19 +WGET_URL="$SF_MIRROR/lksctp/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="libsctp"
    1.22  
    1.23 @@ -18,10 +19,13 @@
    1.24  {
    1.25  	ln -s $src $PACKAGE-$VERSION
    1.26  	cd $src
    1.27 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.28 -	--mandir=/usr/share/man \
    1.29 -	$CONFIGURE_ARGS &&
    1.30 -	make &&
    1.31 +
    1.32 +	./configure				\
    1.33 +		--prefix=/usr			\
    1.34 +		--infodir=/usr/share/info	\
    1.35 +		--mandir=/usr/share/man		\
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	make -j 1 &&
    1.38  	make DESTDIR=$DESTDIR install
    1.39  }
    1.40  
    1.41 @@ -29,8 +33,8 @@
    1.42  genpkg_rules()
    1.43  {
    1.44  	mkdir -p $fs/usr/lib/lksctp-tools
    1.45 -	cp -a $install/usr/bin $fs/usr
    1.46 +
    1.47 +	cp -a $install/usr/bin		$fs/usr
    1.48  	cp -a $install/usr/lib/lksctp-tools/libwithsctp.so* \
    1.49  		$fs/usr/lib/lksctp-tools
    1.50  }
    1.51 -