wok annotate cbatticon/receipt @ rev 22932
updated hsetroot (1.0.2 -> 1.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 26 17:01:27 2020 +0100 (2020-02-26) |
parents | 47d354ec6e62 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@20831 | 1 # SliTaz package receipt. |
pascal@20831 | 2 |
pascal@20831 | 3 PACKAGE="cbatticon" |
Hans-G?nter@22582 | 4 VERSION="1.6.10" |
pascal@20831 | 5 CATEGORY="multimedia" |
Hans-G?nter@22582 | 6 SHORT_DESC="A lightweight and fast battery icon for the system tray." |
pascal@20831 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20831 | 8 LICENSE="GPL2" |
Hans-G?nter@22582 | 9 WEB_SITE="https://github.com/valr/cbatticon" |
Hans-G?nter@22582 | 10 |
pascal@20831 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@20831 | 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" |
pascal@20831 | 13 |
Hans-G?nter@22582 | 14 DEPENDS="glib gtk+ libnotify" |
Hans-G?nter@22582 | 15 BUILD_DEPENDS="glib-dev gtk+-dev libnotify-dev" |
pascal@20831 | 16 |
pascal@20831 | 17 # Rules to configure and make the package. |
pascal@20831 | 18 compile_rules() |
pascal@20831 | 19 { |
pascal@20831 | 20 make WITH_GTK3=0 DESTDIR=$DESTDIR install |
pascal@20831 | 21 } |
pascal@20831 | 22 |
pascal@20831 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20831 | 24 genpkg_rules() |
pascal@20831 | 25 { |
pascal@20831 | 26 mkdir -p $fs/usr/share |
Hans-G?nter@22582 | 27 |
Hans-G?nter@22582 | 28 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@22582 | 29 cp -a $install/usr/share/locale $fs/usr/share |
pascal@20831 | 30 } |