wok diff xfce4-taskmanager/receipt @ rev 4866

Add: xfce4-taskmanager
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 22:33:22 2010 +0100 (2010-02-04)
parents
children 413b0174114a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce4-taskmanager/receipt	Thu Feb 04 22:33:22 2010 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfce4-taskmanager"
     1.7 +VERSION="0.3.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Simple taskmanager for Xfce."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libxfce4util libxfcegui4"
    1.12 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
    1.15 +WGET_URL="http://goodies.xfce.org/releases/xfce4-taskmanager/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--infodir=/usr/share/info \
    1.24 +		--mandir=/usr/share/man \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make DESTDIR=$PWD/_pkg install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/share/applications
    1.33 +	cp -a $_pkg/usr/bin $fs/usr
    1.34 +	cp -a stuff/*.desktop $fs/usr/share/applications
    1.35 +}
    1.36 +