diff options
Diffstat (limited to 'recipes/xrestop/xrestop_0.4.bb')
-rw-r--r-- | recipes/xrestop/xrestop_0.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xrestop/xrestop_0.4.bb b/recipes/xrestop/xrestop_0.4.bb new file mode 100644 index 0000000000..0ecf39a84b --- /dev/null +++ b/recipes/xrestop/xrestop_0.4.bb @@ -0,0 +1,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 |