wok annotate xfce4-taskmanager/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 3663f74dc43f
children 17091bc7c301
rev   line source
erjo@4866 1 # SliTaz package receipt.
erjo@4866 2
erjo@4866 3 PACKAGE="xfce4-taskmanager"
devl547@16305 4 VERSION="1.0.1"
erjo@4866 5 CATEGORY="x-window"
erjo@4866 6 SHORT_DESC="Simple taskmanager for Xfce."
erjo@4866 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@4866 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20671 10 WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-taskmanager"
slaxemulator@9728 11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@4866 12
pascal@13761 13 DEPENDS="libxfce4util libxfcegui4 startup-notification"
pascal@13761 14 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
pascal@13761 15 intltool gtk+-dev"
pascal@13761 16
erjo@4866 17 # Rules to configure and make the package.
erjo@4866 18 compile_rules()
erjo@4866 19 {
erjo@4866 20 cd $src
slaxemulator@10061 21 ./configure $CONFIGURE_ARGS &&
slaxemulator@10061 22 make && make install
erjo@4866 23 }
erjo@4866 24
erjo@4866 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4866 26 genpkg_rules()
erjo@4866 27 {
slaxemulator@9728 28 mkdir -p $fs/usr
pascal@13761 29 cp -a $install/usr/bin $fs/usr
erjo@4866 30 }
erjo@4866 31