wok-next view lxtask/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents c4e53a39395a
children d5aab818505e
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"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxtask.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="gtk2-dev intltool"
17 compile_rules() {
18 # remove keywords from desktop file
19 sed -i '/^_Keywords=/d' data/lxtask.desktop.in
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
29 TAGS="LXDE"
30 }