wok annotate xfce4-taskmanager/receipt @ rev 11417

add: libesmtp, libesmtp-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 14 02:29:52 2011 +0100 (2011-12-14)
parents eddc61466dfd
children 909a44a5741d
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"
pascal@5008 8 DEPENDS="libxfce4util libxfcegui4 startup-notification"
slaxemulator@9728 9 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev intltool"
erjo@4866 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@4866 11 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
slaxemulator@9728 12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@4866 13
erjo@4866 14 # Rules to configure and make the package.
erjo@4866 15 compile_rules()
erjo@4866 16 {
erjo@4866 17 cd $src
slaxemulator@10061 18 ./configure $CONFIGURE_ARGS &&
slaxemulator@10061 19 make && make install
erjo@4866 20 }
erjo@4866 21
erjo@4866 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4866 23 genpkg_rules()
erjo@4866 24 {
slaxemulator@9728 25 mkdir -p $fs/usr
erjo@4866 26 cp -a $_pkg/usr/bin $fs/usr
erjo@4866 27 }
erjo@4866 28