wok-next diff libstatgrab/receipt @ rev 20355
Up grub2 (2.02)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 19 18:31:14 2017 +0100 (2017-11-19) |
parents | 0a667524ce79 |
children | 5841522533ec |
line diff
1.1 --- a/libstatgrab/receipt Mon Oct 16 22:34:14 2017 +0300 1.2 +++ b/libstatgrab/receipt Sun Nov 19 18:31:14 2017 +0100 1.3 @@ -1,22 +1,27 @@ 1.4 # SliTaz package receipt v2. 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 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://www.i-scream.org/libstatgrab/" 1.14 +WEB_SITE="https://www.i-scream.org/libstatgrab/" 1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libstatgrab.html" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WGET_URL="http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" 1.19 +WGET_URL="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" 1.20 1.21 -BUILD_DEPENDS="gfortran" 1.22 +BUILD_DEPENDS="perl" 1.23 SPLIT="libstatgrab-dev" 1.24 1.25 compile_rules() { 1.26 - ./configure && 1.27 - make && make -j 1 install 1.28 + ./configure \ 1.29 + --disable-static \ 1.30 + --docdir=/usr/share/doc/libstatgrab-$VERSION \ 1.31 + $CONFIGURE_ARGS && 1.32 + make && 1.33 + make install 1.34 } 1.35 1.36 genpkg_rules() {