summaryrefslogtreecommitdiffstats
path: root/xorg-x11perf/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
commite9ef802a013ac393a057134f1fdaad745aa38573 (patch)
tree456fbbdf9f1d214f1e1b02d744214ccfa128dcd8 /xorg-x11perf/Pkgfile
parent3adfb88f09f6b015bb071ba65190d69afde8db21 (diff)
downloadnutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.gz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.bz2
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.xz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.zip
xorg dans nutyx-pakxe , la base
Diffstat (limited to 'xorg-x11perf/Pkgfile')
-rw-r--r--xorg-x11perf/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg-x11perf/Pkgfile b/xorg-x11perf/Pkgfile
deleted file mode 100644
index 0a5393118..000000000
--- a/xorg-x11perf/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: X11 server performance test program
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxmu, xorg-libxft, xorg-libxext
-# Run on: xorg-libxmu,xorg-libxft,xorg-libxext
-
-name=xorg-x11perf
-version=1.5.4
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/x11perf-$version.tar.bz2)
-
-build() {
- cd x11perf-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}