wok annotate cbatticon/receipt @ rev 22389

Add php-opcache
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 28 21:44:13 2019 +0100 (2019-11-28)
parents
children 00a42830d020
rev   line source
pascal@20831 1 # SliTaz package receipt.
pascal@20831 2
pascal@20831 3 PACKAGE="cbatticon"
pascal@20831 4 VERSION="1.6.8"
pascal@20831 5 CATEGORY="multimedia"
pascal@20831 6 SHORT_DESC="A lightweight and fast battery icon that sits in your system tray"
pascal@20831 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20831 8 LICENSE="GPL2"
pascal@20831 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20831 10 WEB_SITE="https://github.com/valr/cbatticon"
pascal@20831 11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
pascal@20831 12
pascal@20831 13 DEPENDS="gtk+ glib libnotify"
pascal@20831 14 BUILD_DEPENDS="gtk+-dev glib-dev libnotify-dev"
pascal@20831 15
pascal@20831 16 # Rules to configure and make the package.
pascal@20831 17 compile_rules()
pascal@20831 18 {
pascal@20831 19 make WITH_GTK3=0 DESTDIR=$DESTDIR install
pascal@20831 20 }
pascal@20831 21
pascal@20831 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20831 23 genpkg_rules()
pascal@20831 24 {
pascal@20831 25 mkdir -p $fs/usr/share
pascal@20831 26 cp -a $install/usr/bin $fs/usr
pascal@20831 27 cp -a $install/usr/share/locale $fs/usr/share
pascal@20831 28 }