wok-next annotate pulse/receipt @ rev 21507

updated autoconf-archive (2018.03.13 -> 2019.01.06)
author Hans-G?nter Theisgen
date Fri Jun 19 08:08:00 2020 +0100 (2020-06-19)
parents f48456621a9d
children
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@21105 26 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
al@20292 27 }