wok-next view libstatgrab/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents 6c12ac1293fc
children e756329576c3
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libstatgrab"
4 VERSION="0.17"
5 CATEGORY="system-tools"
6 SHORT_DESC="Provides statistics about the system on which it's run"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.i-scream.org/libstatgrab/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL"
14 BUILD_DEPENDS="gfortran"
15 SPLIT="libstatgrab-dev"
17 compile_rules() {
18 ./configure &&
19 make && make -j 1 install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 libstatgrab)
25 copy @std
26 DEPENDS="ncurses"
27 ;;
28 *-dev)
29 copy @dev
30 ;;
31 esac
32 }