wok-next view pulse/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents d3adbeea3a9f
children 82b613cfd1e0
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="gtk2-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 gtk2 pango"
27 }