wok-next annotate mate-system-monitor/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 82b613cfd1e0
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16988 2
yuripourre@16988 3 PACKAGE="mate-system-monitor"
al@20938 4 VERSION="1.20.1"
yuripourre@16988 5 CATEGORY="utilities"
al@20096 6 SHORT_DESC="Process viewer and system resource monitor for MATE"
yuripourre@16988 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-system-monitor"
al@20096 10
yuripourre@16988 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-system-monitor/archive/v$VERSION.tar.gz"
yuripourre@16988 13
al@21020 14 BUILD_DEPENDS="mate-common yelp-tools-dev libgtop-dev libwnck3-dev gtk3-dev \
al@21020 15 gtkmm3-dev librsvg-dev glibmm-dev glibmm-dev itstool"
al@21111 16 DEPENDS="libcairo gdk-pixbuf glib glibmm gtk3 gtkmm3 libgiomm libgtop librsvg \
al@21111 17 libsigc++ libwnck3 libxml2 pango"
al@21111 18
al@21111 19 TAGS="MATE"
al@20096 20
al@20096 21 compile_rules() {
al@20096 22 ./autogen.sh \
yuripourre@16988 23 $CONFIGURE_ARGS &&
al@20534 24 fix libtool &&
yuripourre@16988 25 make &&
al@21111 26 make install || return 1
al@21111 27
al@21111 28 fix symlinks
yuripourre@16988 29 }