wok-next annotate 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
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@21017 15 BUILD_DEPENDS="gtk2-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@21017 26 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
al@20292 27 }