wok-current rev 23153
updated lxtask (0.1.8 -> 0.1.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:52:17 2020 +0100 (2020-03-15) |
parents | 101ece56578c |
children | 64ddc9ad867b |
files | lxtask/receipt |
line diff
1.1 --- a/lxtask/receipt Sun Mar 15 16:46:05 2020 +0100 1.2 +++ b/lxtask/receipt Sun Mar 15 16:52:17 2020 +0100 1.3 @@ -1,31 +1,34 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxtask" 1.7 -VERSION="0.1.8" 1.8 +VERSION="0.1.9" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="LXDE task manager" 1.11 +TAGS="LXDE" 1.12 +SHORT_DESC="LXDE task manager." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="https://lxde.org" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -WEB_SITE="https://lxde.org" 1.19 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.20 -TAGS="LXDE" 1.21 -HOST_ARCH="i486 arm" 1.22 1.23 DEPENDS="gtk+ xorg-libXdamage" 1.24 BUILD_DEPENDS="gtk+-dev xorg-libXdamage-dev xorg-xproto" 1.25 1.26 +HOST_ARCH="i486 arm" 1.27 + 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - ./configure \ 1.32 + ./configure \ 1.33 $CONFIGURE_ARGS && 1.34 - make && make install 1.35 + make && 1.36 + make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 mkdir -p $fs/usr 1.43 - cp -a $install/usr/bin $fs/usr 1.44 + cp -a $install/usr/bin $fs/usr 1.45 }