# SliTaz package receipt. PACKAGE="xfce4-taskmanager" VERSION="1.0.0" CATEGORY="x-window" SHORT_DESC="Simple taskmanager for Xfce." MAINTAINER="erjo@slitaz.org" DEPENDS="libxfce4util libxfcegui4 startup-notification" BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr }