wok view xrestop/receipt @ rev 17490

Add xrestop
author Paul Issott <paul@slitaz.org>
date Fri Jan 02 18:34:02 2015 +0000 (2015-01-02)
parents
children 5cad8b9a758c
line source
1 # SliTaz package receipt.
3 PACKAGE="xrestop"
4 VERSION="0.4"
5 CATEGORY="utilities"
6 SHORT_DESC="X11 server resource usage monitor."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/xrestop/"
10 WGET_URL="http://downloads.yoctoproject.org/releases/xrestop/$TARBALL"
12 DEPENDS="ncurses xorg-libXres"
13 BUILD_DEPENDS="ncurses-dev xorg-libXres-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure --prefix=/usr
19 make
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }