wok-next view lxtask/receipt @ rev 19883

Up geeqie, lxterminal, xcursor-aero, xcursor-comix, xcursor-human, xcursor-obsidian.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 06 17:00:35 2017 +0300 (2017-10-06)
parents c9e270dd464f
children 60bd4df08f57
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="http://lxde.sourceforge.net/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="gtk+-dev intltool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxtask.html
22 # remove keywords from desktop file
23 sed -i '/^_Keywords=/d' data/lxtask.desktop.in
25 ./configure $CONFIGURE_ARGS && make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
33 TAGS="LXDE"
34 }