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