wok view xfce4-taskmanager/receipt @ rev 13761

xfce4-taskmanager: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 11:18:18 2013 +0100 (2013-01-03)
parents b4443fb90d61
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-taskmanager"
4 VERSION="1.0.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Simple taskmanager for Xfce."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
10 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
12 DEPENDS="libxfce4util libxfcegui4 startup-notification"
13 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
14 intltool gtk+-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }