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

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 65c0fe17f3b9
children 342b30daff76
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 \
yuripourre@16988 19 $CONFIGURE_ARGS &&
al@20534 20 fix libtool &&
yuripourre@16988 21 make &&
al@20096 22 make install
yuripourre@16988 23 }
yuripourre@16988 24
al@20096 25 genpkg_rules() {
al@20096 26 copy @std
al@20096 27 DEPENDS="atk atkmm bzlib cairo cairomm fontconfig freetype gdk-pixbuf glib \
al@20096 28 glibmm gtk+3 gtkmm3 libcroco libffi libgiomm libgtop libharfbuzz liblzma \
al@20096 29 libpng16 librsvg libsigc++ libwnck3 libxml2 pango pangomm pcre \
al@20096 30 startup-notification util-linux-blkid util-linux-mount util-linux-uuid \
al@20096 31 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender \
al@20096 32 xorg-libXres xorg-libxcb xorg-pixman xorg-xcb-util zlib"
al@20096 33 TAGS="MATE"
yuripourre@16988 34 }