wok diff libstatgrab/receipt @ rev 22859

updated gnaughty (1.2.4 -> 1.2.5)
author Hans-G?nter Theisgen
date Thu Feb 20 14:50:56 2020 +0100 (2020-02-20)
parents 6e8b1bcb30e2
children ec8f0890911f
line diff
     1.1 --- a/libstatgrab/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/libstatgrab/receipt	Thu Feb 20 14:50:56 2020 +0100
     1.3 @@ -1,30 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libstatgrab"
     1.7 -VERSION="0.17"
     1.8 +VERSION="0.91"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Provides statistics about the system on which it's run."
    1.11 +SHORT_DESC="Provides statistics about the system on which it is run."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.i-scream.org/libstatgrab/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://www.i-scream.org/libstatgrab/"
    1.18 -WGET_URL="http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL"
    1.19 +WGET_URL="https://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL"
    1.20  
    1.21  DEPENDS="ncursesw"
    1.22 -BUILD_DEPENDS="ncursesw-dev file"
    1.23 +BUILD_DEPENDS="file ncursesw-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.29  	./configure &&
    1.30 -	make && make -j 1 install
    1.31 +	make -j 1 &&
    1.32 +	make -j 1 install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr/lib
    1.39 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.40 -	cp -a $install/usr/bin $fs/usr
    1.41 +
    1.42 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.43 +	cp -a $install/usr/bin		$fs/usr
    1.44  }