wok-next view pulse/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
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 libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
27 }