wok-next annotate mate-sensors-applet/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
al@20096 2
al@20096 3 PACKAGE="mate-sensors-applet"
al@20938 4 VERSION="1.20.2"
al@20096 5 CATEGORY="x-window"
al@20096 6 SHORT_DESC="Display readings from hardware sensors in your MATE panel"
al@20096 7 MAINTAINER="al.bobylev@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-sensors-applet"
al@20096 10
al@20096 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-sensors-applet/archive/v$VERSION.tar.gz"
al@20096 13
al@21020 14 BUILD_DEPENDS="mate-common yelp-tools-dev gtk3-dev mate-panel-dev \
al@21020 15 dbus-glib-dev libatasmart-dev libnotify-dev lm-sensors-dev libxslt-dev itstool"
al@21020 16 SPLIT="$PACKAGE-dev"
al@20096 17
al@20096 18 compile_rules() {
al@20096 19 ./autogen.sh \
al@20096 20 $CONFIGURE_ARGS &&
al@20534 21 fix libtool &&
al@20096 22 make &&
al@20096 23 make install
al@20096 24 }
al@20096 25
al@20096 26 genpkg_rules() {
al@20096 27 case $PACKAGE in
al@20096 28 mate-sensors-applet)
al@20096 29 copy @std
al@21105 30 DEPENDS="libcairo dbus-glib gdk-pixbuf glib gtk3 libatasmart \
al@20828 31 libnotify lm-sensors mate-panel"
al@20096 32 ;;
al@20096 33 *-dev)
al@20096 34 copy @dev
al@20096 35 ;;
al@20096 36 esac
al@20096 37 TAGS="MATE"
al@20096 38 }