wok-next annotate mate-system-monitor/receipt @ rev 20299

Up remmina (1.2.0-rcgit.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 22:26:00 2017 +0100 (2017-11-09)
parents b3372388a986
children 757d032c55c7
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16988 2
yuripourre@16988 3 PACKAGE="mate-system-monitor"
al@20096 4 VERSION="1.18.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@20096 14 BUILD_DEPENDS="mate-common yelp-tools libgtop-dev libwnck3-dev gtk+3-dev \
al@20096 15 gtkmm3-dev librsvg-dev glibmm-dev libgiomm-dev itstool"
al@20096 16
al@20096 17 compile_rules() {
al@20096 18 ./autogen.sh \
al@20096 19 --sysconfdir=/etc \
al@20096 20 --localstatedir=/var \
yuripourre@16988 21 $CONFIGURE_ARGS &&
yuripourre@16988 22 make &&
al@20096 23 make install
yuripourre@16988 24 }
yuripourre@16988 25
al@20096 26 genpkg_rules() {
al@20096 27 copy @std
al@20096 28 DEPENDS="atk atkmm bzlib cairo cairomm fontconfig freetype gdk-pixbuf glib \
al@20096 29 glibmm gtk+3 gtkmm3 libcroco libffi libgiomm libgtop libharfbuzz liblzma \
al@20096 30 libpng16 librsvg libsigc++ libwnck3 libxml2 pango pangomm pcre \
al@20096 31 startup-notification util-linux-blkid util-linux-mount util-linux-uuid \
al@20096 32 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender \
al@20096 33 xorg-libXres xorg-libxcb xorg-pixman xorg-xcb-util zlib"
al@20096 34 TAGS="MATE"
yuripourre@16988 35 }