wok-next annotate lxtask/receipt @ rev 21712

updated gsoap (2.8.96 -> 2.8.104)
author Hans-G?nter Theisgen
date Mon Jul 06 16:25:56 2020 +0100 (2020-07-06)
parents d5aab818505e
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19893 9 WEB_SITE="https://wiki.lxde.org/en/LXTask"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxtask.html"
pankso@705 11
al@19814 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19814 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19814 14
al@21017 15 BUILD_DEPENDS="gtk2-dev intltool"
pascal@15000 16
al@21017 17 compile_rules() {
al@19814 18 # remove keywords from desktop file
al@19814 19 sed -i '/^_Keywords=/d' data/lxtask.desktop.in
al@19814 20
al@21017 21 ./configure $CONFIGURE_ARGS &&
al@21017 22 make &&
al@21017 23 make install
pankso@705 24 }
pankso@705 25
al@21017 26 genpkg_rules() {
al@19814 27 copy @std
al@21105 28 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
al@19814 29 TAGS="LXDE"
pankso@705 30 }