wok view xfce4-taskmanager/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 3663f74dc43f
children 17091bc7c301
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-taskmanager"
4 VERSION="1.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Simple taskmanager for Xfce."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-taskmanager"
11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="libxfce4util libxfcegui4 startup-notification"
14 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
15 intltool gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }