wok-next view lxtask/receipt @ rev 20921
flake8 -> python-flake8
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Wed Aug 22 11:18:36 2018 +0300 (2018-08-22) | 
| 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 }