wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-battery-plugin"
4 VERSION="1.0.5" # v.1.0.5 is the latest with GTK+2 support
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce panel battery plugin"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gtk2-dev libxfce4util-dev libxfce4ui-dev \
15 xfce4-panel-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev"
17 compile_rules() {
18 ./configure \
19 --disable-debug \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="glib gtk2 libxfce4ui libxfce4util xfce4-panel"
29 TAGS="Xfce"
30 }