wok-next annotate xfce4-battery-plugin/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 690e7cc036d5
children 5669e8b3be70
rev   line source
al@20175 1 # SliTaz package receipt v2.
al@20175 2
al@20175 3 PACKAGE="xfce4-battery-plugin"
al@20175 4 VERSION="1.0.5" # v.1.0.5 is the latest with GTK+2 support
al@20175 5 CATEGORY="x-window"
al@20175 6 SHORT_DESC="Xfce panel battery plugin"
al@20175 7 MAINTAINER="al.bobylev@gmail.com"
al@20175 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
al@20175 10
al@20175 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20175 12 WGET_URL="http://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
al@20175 13
al@21017 14 BUILD_DEPENDS="intltool gtk2-dev libxfce4util-dev libxfce4ui-dev \
al@20496 15 xfce4-panel-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev"
al@20175 16
al@20175 17 compile_rules() {
al@20175 18 ./configure \
al@20175 19 --disable-debug \
al@20175 20 $CONFIGURE_ARGS &&
al@20496 21 fix libtool &&
al@20175 22 make &&
al@20175 23 make install
al@20175 24 }
al@20175 25
al@20175 26 genpkg_rules() {
al@20546 27 copy @std
al@21017 28 DEPENDS="glib gtk2 libxfce4ui libxfce4util xfce4-panel"
al@20175 29 TAGS="Xfce"
al@20175 30 }