wok-next diff pulse/receipt @ rev 20335

Up openttd (1.7.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 18:27:48 2017 +0100 (2017-11-16)
parents
children f48456621a9d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pulse/receipt	Thu Nov 16 18:27:48 2017 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="pulse"
     1.7 +VERSION="0.0.32" # releases are absent, there's 32th commit
     1.8 +COMMIT="77456be"
     1.9 +CATEGORY="system-tools"
    1.10 +SHORT_DESC="CPU monitor that can disable processors on the fly"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="GPL3"
    1.13 +WEB_SITE="https://github.com/DoMiNeLa10/pulse"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="https://github.com/DoMiNeLa10/pulse/archive/$COMMIT.tar.gz"
    1.17 +
    1.18 +BUILD_DEPENDS="gtk+-dev"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	make || return 1
    1.22 +
    1.23 +	mkdir -p $install/usr/bin
    1.24 +	cp -a pulse $install/usr/bin
    1.25 +}
    1.26 +
    1.27 +genpkg_rules() {
    1.28 +	copy @std
    1.29 +	DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
    1.30 +}