wok-current rev 21315
updated libstatgrab and libstatgrab-dev (0.17 -> 0.91)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 18 16:17:26 2019 +0100 (2019-04-18) |
parents | 09886e684df3 |
children | 2a68d6e1c740 |
files | libstatgrab-dev/receipt libstatgrab/receipt |
line diff
1.1 --- a/libstatgrab-dev/receipt Thu Apr 18 17:46:06 2019 +0300 1.2 +++ b/libstatgrab-dev/receipt Thu Apr 18 16:17:26 2019 +0100 1.3 @@ -1,18 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libstatgrab-dev" 1.7 -VERSION="0.17" 1.8 +VERSION="0.91" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The libstatgrab devel files." 1.11 +SHORT_DESC="The libstatgrab development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://www.i-scream.org/libstatgrab/" 1.15 + 1.16 WANTED="libstatgrab" 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/lib 1.22 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.23 - cp -a $install/usr/include $fs/usr 1.24 + 1.25 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 + cp -a $install/usr/include $fs/usr 1.27 }
2.1 --- a/libstatgrab/receipt Thu Apr 18 17:46:06 2019 +0300 2.2 +++ b/libstatgrab/receipt Thu Apr 18 16:17:26 2019 +0100 2.3 @@ -1,30 +1,33 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libstatgrab" 2.7 -VERSION="0.17" 2.8 +VERSION="0.91" 2.9 CATEGORY="system-tools" 2.10 -SHORT_DESC="Provides statistics about the system on which it's run." 2.11 +SHORT_DESC="Provides statistics about the system on which it is run." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="GPL2" 2.14 +WEB_SITE="https://www.i-scream.org/libstatgrab/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="https://www.i-scream.org/libstatgrab/" 2.18 -WGET_URL="http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" 2.19 +WGET_URL="https://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" 2.20 2.21 DEPENDS="ncursesw" 2.22 -BUILD_DEPENDS="ncursesw-dev file" 2.23 +BUILD_DEPENDS="file ncursesw-dev" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 export LDFLAGS="$LDFLAGS -ltinfo" 2.29 ./configure && 2.30 - make && make -j 1 install 2.31 + make -j 1 && 2.32 + make -j 1 install 2.33 } 2.34 2.35 # Rules to gen a SliTaz package suitable for Tazpkg. 2.36 genpkg_rules() 2.37 { 2.38 mkdir -p $fs/usr/lib 2.39 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.40 - cp -a $install/usr/bin $fs/usr 2.41 + 2.42 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.43 + cp -a $install/usr/bin $fs/usr 2.44 }