wok-6.x annotate lxtask/receipt @ rev 23042
gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:13:42 2020 +0100 (2020-03-05) |
parents | b3f977aa0e0d |
children | 08251d56867d |
rev | line source |
---|---|
pankso@705 | 1 # SliTaz package receipt. |
pankso@705 | 2 |
pankso@705 | 3 PACKAGE="lxtask" |
pankso@19865 | 4 VERSION="0.1.8" |
pankso@705 | 5 CATEGORY="system-tools" |
al@17992 | 6 SHORT_DESC="LXDE task manager" |
pankso@705 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
al@17988 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@20671 | 10 WEB_SITE="https://lxde.org" |
pankso@705 | 11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
al@17992 | 12 TAGS="LXDE" |
pankso@16261 | 13 HOST_ARCH="i486 arm" |
pankso@705 | 14 |
pascal@15000 | 15 DEPENDS="gtk+ xorg-libXdamage" |
pankso@16261 | 16 BUILD_DEPENDS="gtk+-dev xorg-libXdamage-dev xorg-xproto" |
pascal@15000 | 17 |
pankso@705 | 18 # Rules to configure and make the package. |
pankso@705 | 19 compile_rules() |
pankso@705 | 20 { |
pankso@705 | 21 ./configure \ |
pankso@16261 | 22 $CONFIGURE_ARGS && |
pankso@16261 | 23 make && make install |
pankso@705 | 24 } |
pankso@705 | 25 |
pankso@705 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@705 | 27 genpkg_rules() |
pankso@705 | 28 { |
pankso@705 | 29 mkdir -p $fs/usr |
pascal@15000 | 30 cp -a $install/usr/bin $fs/usr |
pankso@705 | 31 } |