wok rev 25713
added recipes for xfce4-cpugraph-plugin and xfce4-cpugraph-plugin-lang
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 13 16:09:48 2024 +0100 (4 months ago) |
parents | 8e5d9b75a03a |
children | ce361158cadd |
files | xfce4-cpugraph-plugin-lang/receipt xfce4-cpugraph-plugin/description.txt xfce4-cpugraph-plugin/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-cpugraph-plugin-lang/receipt Tue Aug 13 16:09:48 2024 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfce4-cpugraph-plugin-lang" 1.7 +VERSION="1.0.0" 1.8 +CATEGORY="localization" 1.9 +SHORT_DESC="CPU Graph plugin for the Xfce4 panel - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin/start" 1.13 + 1.14 +WANTED="xfce4-cpugraph-plugin" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + cook_copy_folders locale 1.20 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xfce4-cpugraph-plugin/description.txt Tue Aug 13 16:09:48 2024 +0100 2.3 @@ -0,0 +1,1 @@ 2.4 +Displays a graph of the current CPU load and its history over time.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xfce4-cpugraph-plugin/receipt Tue Aug 13 16:09:48 2024 +0100 3.3 @@ -0,0 +1,34 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="xfce4-cpugraph-plugin" 3.7 +VERSION="1.0.0" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="CPU Graph plugin for the Xfce4 panel." 3.10 +MAINTAINER="maintainer@slitaz.org" 3.11 +LICENSE="GPL2" 3.12 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin/start" 3.13 + 3.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.15 +WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" 3.16 + 3.17 +SUGGESTED="xfce4-cpugraph-plugin-lang" 3.18 +DEPENDS="gdk-pixbuf gtk+ libxfcegui4 xfce4-panel" 3.19 +BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev pkg-config 3.20 + util-linux-mount-dev xfce4-panel-dev" 3.21 + 3.22 +# Rules to configure and make the package. 3.23 +compile_rules() 3.24 +{ 3.25 + ./configure \ 3.26 + --prefix=/usr \ 3.27 + --enable-nls && 3.28 + make && 3.29 + make install DESTDIR=$DESTDIR 3.30 +} 3.31 + 3.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.33 +genpkg_rules() 3.34 +{ 3.35 + cook_copy_folders libexec 3.36 + cook_copy_folders panel-plugins 3.37 +}