wok view xfce4-taskmanager/receipt @ rev 9728

xfce4-taskmanager: clean up
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 05:52:23 2011 +0000 (2011-05-09)
parents a3ce54180620
children b4443fb90d61
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 DEPENDS="libxfce4util libxfcegui4 startup-notification"
9 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev intltool"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 }