wok annotate lxtask/receipt @ rev 25760
created recipes for thunar-archive-plugin-lang and thunar-volman-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 01 15:08:01 2024 +0100 (5 months ago) |
parents | 180119c209e8 |
children |
rev | line source |
---|---|
pankso@705 | 1 # SliTaz package receipt. |
pankso@705 | 2 |
pankso@705 | 3 PACKAGE="lxtask" |
Hans-G?nter@24871 | 4 VERSION="0.1.10" |
pankso@705 | 5 CATEGORY="system-tools" |
Hans-G?nter@23153 | 6 TAGS="LXDE" |
Hans-G?nter@23153 | 7 SHORT_DESC="LXDE task manager." |
pankso@705 | 8 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 9 LICENSE="GPL2" |
pascal@25087 | 10 WEB_SITE="https://www.lxde.org/" |
Hans-G?nter@23153 | 11 |
al@17988 | 12 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pankso@705 | 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
pankso@705 | 14 |
Hans-G?nter@24871 | 15 SUGGESTED="lxtask-lang" |
pascal@15000 | 16 DEPENDS="gtk+ xorg-libXdamage" |
pankso@16261 | 17 BUILD_DEPENDS="gtk+-dev xorg-libXdamage-dev xorg-xproto" |
pascal@15000 | 18 |
Hans-G?nter@23153 | 19 HOST_ARCH="i486 arm" |
Hans-G?nter@23153 | 20 |
pascal@25606 | 21 # What is the latest version available today? |
pascal@24071 | 22 current_version() |
pascal@24071 | 23 { |
pascal@24071 | 24 wget -O - https://sourceforge.net/projects/lxde/files/LXTask%20%28task%20manager%29/ 2>/dev/null | \ |
pascal@25606 | 25 sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ |
pascal@24071 | 26 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" |
pascal@24071 | 27 } |
pascal@24071 | 28 |
pankso@705 | 29 # Rules to configure and make the package. |
pankso@705 | 30 compile_rules() |
pankso@705 | 31 { |
Hans-G?nter@23153 | 32 ./configure \ |
pankso@16261 | 33 $CONFIGURE_ARGS && |
Hans-G?nter@23153 | 34 make && |
Hans-G?nter@23153 | 35 make install |
pankso@705 | 36 } |
pankso@705 | 37 |
pankso@705 | 38 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@705 | 39 genpkg_rules() |
pankso@705 | 40 { |
Hans-G?nter@24871 | 41 cook_copy_folders bin |
pankso@705 | 42 } |