diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-02 20:13:29 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-02 20:13:29 +0000 |
commit | 984e22310853aaa068480fe73eb6b8ba4a739fdd (patch) | |
tree | 15d408ada0701d57818e88823f0dd90db55724f9 /packages/xrestop | |
parent | ae82b757084efaa2e2e05d7f65f87bd991688537 (diff) |
xrestop 0.4: Add DESCRIPTION & SECTION.
Diffstat (limited to 'packages/xrestop')
-rw-r--r-- | packages/xrestop/xrestop_0.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/xrestop/xrestop_0.4.bb b/packages/xrestop/xrestop_0.4.bb index 40396a2362..0ecf39a84b 100644 --- a/packages/xrestop/xrestop_0.4.bb +++ b/packages/xrestop/xrestop_0.4.bb @@ -1,5 +1,8 @@ +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" |