wok view xfce4-netload-plugin/receipt @ rev 25724
added recipes for xfce4-netload-plugin and xfce4-netload-plugin-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 17 16:58:59 2024 +0100 (6 months ago) |
parents | |
children | 0bdce5989de3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-netload-plugin"
4 VERSION="1.2.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Netload plugin for the Xfce4 panel."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
14 SUGGESTED="xfce4-netload-plugin-lang"
15 DEPENDS="gdk-pixbuf gtk+ libxfcegui4 libxfce4ui startup-notification
16 xcb-util xfce4-panel"
17 BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev
18 pkg-config startup-notification-dev xcb-util-dev xfce4-panel-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 --prefix=/usr \
25 --enable-nls &&
26 make &&
27 make install DESTDIR=$DESTDIR
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cook_copy_folders hicolor
34 cook_copy_folders panel-plugins
35 cook_copy_folders plugins
36 rm -f $fs/usr/lib/xfce4/panel/plugins/libnetload.la
37 }