wok annotate 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 (2 months ago) |
parents | |
children | 6e7761d7363c |
rev | line source |
---|---|
Hans-G?nter@25713 | 1 # SliTaz package receipt. |
Hans-G?nter@25713 | 2 |
Hans-G?nter@25713 | 3 PACKAGE="xfce4-cpugraph-plugin" |
Hans-G?nter@25713 | 4 VERSION="1.0.0" |
Hans-G?nter@25713 | 5 CATEGORY="x-window" |
Hans-G?nter@25713 | 6 SHORT_DESC="CPU Graph plugin for the Xfce4 panel." |
Hans-G?nter@25713 | 7 MAINTAINER="maintainer@slitaz.org" |
Hans-G?nter@25713 | 8 LICENSE="GPL2" |
Hans-G?nter@25713 | 9 WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin/start" |
Hans-G?nter@25713 | 10 |
Hans-G?nter@25713 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
Hans-G?nter@25713 | 12 WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" |
Hans-G?nter@25713 | 13 |
Hans-G?nter@25713 | 14 SUGGESTED="xfce4-cpugraph-plugin-lang" |
Hans-G?nter@25713 | 15 DEPENDS="gdk-pixbuf gtk+ libxfcegui4 xfce4-panel" |
Hans-G?nter@25713 | 16 BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev pkg-config |
Hans-G?nter@25713 | 17 util-linux-mount-dev xfce4-panel-dev" |
Hans-G?nter@25713 | 18 |
Hans-G?nter@25713 | 19 # Rules to configure and make the package. |
Hans-G?nter@25713 | 20 compile_rules() |
Hans-G?nter@25713 | 21 { |
Hans-G?nter@25713 | 22 ./configure \ |
Hans-G?nter@25713 | 23 --prefix=/usr \ |
Hans-G?nter@25713 | 24 --enable-nls && |
Hans-G?nter@25713 | 25 make && |
Hans-G?nter@25713 | 26 make install DESTDIR=$DESTDIR |
Hans-G?nter@25713 | 27 } |
Hans-G?nter@25713 | 28 |
Hans-G?nter@25713 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
Hans-G?nter@25713 | 30 genpkg_rules() |
Hans-G?nter@25713 | 31 { |
Hans-G?nter@25713 | 32 cook_copy_folders libexec |
Hans-G?nter@25713 | 33 cook_copy_folders panel-plugins |
Hans-G?nter@25713 | 34 } |