wok annotate xfce4-taskmanager/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents b4443fb90d61
children 380ffe05937a
rev   line source
erjo@4866 1 # SliTaz package receipt.
erjo@4866 2
erjo@4866 3 PACKAGE="xfce4-taskmanager"
devl547@5693 4 VERSION="1.0.0"
erjo@4866 5 CATEGORY="x-window"
erjo@4866 6 SHORT_DESC="Simple taskmanager for Xfce."
erjo@4866 7 MAINTAINER="erjo@slitaz.org"
erjo@4866 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@4866 9 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
slaxemulator@9728 10 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@4866 11
pascal@13761 12 DEPENDS="libxfce4util libxfcegui4 startup-notification"
pascal@13761 13 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
pascal@13761 14 intltool gtk+-dev"
pascal@13761 15
erjo@4866 16 # Rules to configure and make the package.
erjo@4866 17 compile_rules()
erjo@4866 18 {
erjo@4866 19 cd $src
slaxemulator@10061 20 ./configure $CONFIGURE_ARGS &&
slaxemulator@10061 21 make && make install
erjo@4866 22 }
erjo@4866 23
erjo@4866 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4866 25 genpkg_rules()
erjo@4866 26 {
slaxemulator@9728 27 mkdir -p $fs/usr
pascal@13761 28 cp -a $install/usr/bin $fs/usr
erjo@4866 29 }
erjo@4866 30