# HG changeset patch # User Paul Issott # Date 1420223642 0 # Node ID 3cbe0810030ebbe0e9b4228773269f23de88ad53 # Parent 054f70cb9bec662902d050dd47fae25ec241c353 Add xrestop diff -r 054f70cb9bec -r 3cbe0810030e xrestop/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xrestop/receipt Fri Jan 02 18:34:02 2015 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xrestop" +VERSION="0.4" +CATEGORY="utilities" +SHORT_DESC="X11 server resource usage monitor." +MAINTAINER="paul@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.freedesktop.org/wiki/Software/xrestop/" +WGET_URL="http://downloads.yoctoproject.org/releases/xrestop/$TARBALL" + +DEPENDS="ncurses xorg-libXres" +BUILD_DEPENDS="ncurses-dev xorg-libXres-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr + make + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr +} +