blob: 0ecf39a84b612495efc57e9f6be2cb865d2573be (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "top-like statistics of X11 server resource usage by clients"
SECTION = "x11/utils"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop"
LICENSE = "GPL"
PR = "r1"
DEPENDS = "libxres libxext virtual/libx11"
SRC_URI = "http://projects.o-hand.com/sources/xrestop/xrestop-${PV}.tar.gz"
inherit autotools
|