wok-next view pulse/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents
children f48456621a9d
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="gtk+-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 gtk+ pango"
27 }