summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:46 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:46 +0200
commit52efb176ec54d15043763c612da981f4db9d7724 (patch)
tree6b10a9f8af8ede3e2a0e3b640a66addbfc663715 /xorg
parent5b4e2db1fd54671d01c676f12d0b43bd4559e0e6 (diff)
downloadnutyx-extra-52efb176ec54d15043763c612da981f4db9d7724.tar.gz
nutyx-extra-52efb176ec54d15043763c612da981f4db9d7724.tar.bz2
nutyx-extra-52efb176ec54d15043763c612da981f4db9d7724.tar.xz
nutyx-extra-52efb176ec54d15043763c612da981f4db9d7724.zip
xrestop dans extra
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xrestop/.footprint.i6867
-rw-r--r--xorg/xrestop/.footprint.x86_647
-rw-r--r--xorg/xrestop/.md5sum.i6861
-rw-r--r--xorg/xrestop/.md5sum.x86_641
-rw-r--r--xorg/xrestop/Pkgfile18
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xrestop/.footprint.i686 b/xorg/xrestop/.footprint.i686
deleted file mode 100644
index ab790f9eb..000000000
--- a/xorg/xrestop/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/xrestop
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/xrestop.1.gz
diff --git a/xorg/xrestop/.footprint.x86_64 b/xorg/xrestop/.footprint.x86_64
deleted file mode 100644
index ab790f9eb..000000000
--- a/xorg/xrestop/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/xrestop
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/xrestop.1.gz
diff --git a/xorg/xrestop/.md5sum.i686 b/xorg/xrestop/.md5sum.i686
deleted file mode 100644
index 655e6b341..000000000
--- a/xorg/xrestop/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-d8a54596cbaf037e62b80c4585a3ca9b xrestop-0.4.tar.gz
diff --git a/xorg/xrestop/.md5sum.x86_64 b/xorg/xrestop/.md5sum.x86_64
deleted file mode 100644
index 655e6b341..000000000
--- a/xorg/xrestop/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-d8a54596cbaf037e62b80c4585a3ca9b xrestop-0.4.tar.gz
diff --git a/xorg/xrestop/Pkgfile b/xorg/xrestop/Pkgfile
deleted file mode 100644
index d744d9b44..000000000
--- a/xorg/xrestop/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: top like tool for monitoring X client/server resource usage
-# URL: http://freedesktop.org/wiki/Software/xrestop
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxres
-# Run on: xorg-libxres
-
-name=xrestop
-version=0.4
-release=1
-source=(http://projects.o-hand.com/sources/$name/$name-$version.tar.gz)
-
-build() {
- cd xrestop-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}