wok-next view lxtask/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents aef69ec23a2f
children c4e53a39395a
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 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 }