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

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents d026631bbebb
children
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@21078 15 xfce4-panel-dev libsm-dev startup-notification-dev 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@21082 23 make install || return 1
al@21082 24
al@21083 25 find $install -name '*.so' -exec chmod 755 '{}' \; # 644
al@20175 26 }
al@20175 27
al@20175 28 genpkg_rules() {
al@20546 29 copy @std
al@21017 30 DEPENDS="glib gtk2 libxfce4ui libxfce4util xfce4-panel"
al@20175 31 TAGS="Xfce"
al@20175 32 }