wok annotate lxtask/receipt @ rev 20657

sakura: fix login shell
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 13 20:45:22 2019 +0100 (2019-01-13)
parents c9e270dd464f
children 6e8b1bcb30e2
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"
pankso@19865 10 WEB_SITE="http://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 }