wok view xfce4-cpugraph-plugin/receipt @ rev 25769

libmaxminddb, ndpi: add current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 06 09:45:40 2024 +0000 (13 days ago)
parents
children 6e7761d7363c
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-cpugraph-plugin"
4 VERSION="1.0.0"
5 CATEGORY="x-window"
6 SHORT_DESC="CPU Graph plugin for the Xfce4 panel."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin/start"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
14 SUGGESTED="xfce4-cpugraph-plugin-lang"
15 DEPENDS="gdk-pixbuf gtk+ libxfcegui4 xfce4-panel"
16 BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev pkg-config
17 util-linux-mount-dev xfce4-panel-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --prefix=/usr \
24 --enable-nls &&
25 make &&
26 make install DESTDIR=$DESTDIR
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cook_copy_folders libexec
33 cook_copy_folders panel-plugins
34 }