wok-next annotate lxtask/receipt @ rev 20796

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
parents 60bd4df08f57
children f48456621a9d
rev   line source
al@19814 1 # SliTaz package receipt v2.
pankso@705 2
pankso@705 3 PACKAGE="lxtask"
al@19814 4 VERSION="0.1.8"
pankso@705 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="LXDE task manager"
pankso@705 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19893 9 WEB_SITE="https://wiki.lxde.org/en/LXTask"
pankso@705 10
al@19814 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19814 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19814 13
al@19814 14 BUILD_DEPENDS="gtk+-dev intltool"
pascal@15000 15
pankso@705 16 # Rules to configure and make the package.
pankso@705 17 compile_rules()
pankso@705 18 {
al@19814 19 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxtask.html
al@19814 20
al@19814 21 # remove keywords from desktop file
al@19814 22 sed -i '/^_Keywords=/d' data/lxtask.desktop.in
al@19814 23
al@19814 24 ./configure $CONFIGURE_ARGS && make && make install
pankso@705 25 }
pankso@705 26
pankso@705 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@705 28 genpkg_rules()
pankso@705 29 {
al@19814 30 copy @std
al@19814 31 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
al@19814 32 TAGS="LXDE"
pankso@705 33 }