wok-next view xfce4-battery-plugin/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents 757d032c55c7
children 690e7cc036d5
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="http://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 gtk+-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 gtk+ libxfce4ui libxfce4util xfce4-panel"
29 TAGS="Xfce"
30 }