wok-next view lxtask/receipt @ rev 20883

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