wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="pulse"
4 VERSION="0.0.32" # releases are absent, there's 32th commit
5 COMMIT="77456be"
6 CATEGORY="system-tools"
7 SHORT_DESC="CPU monitor that can disable processors on the fly"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://github.com/DoMiNeLa10/pulse"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/DoMiNeLa10/pulse/archive/$COMMIT.tar.gz"
15 BUILD_DEPENDS="gtk+-dev"
17 compile_rules() {
18 make || return 1
20 mkdir -p $install/usr/bin
21 cp -a pulse $install/usr/bin
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
27 }