summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
commit36fd292aadeee1d04a2f79ce026a7f39b728d826 (patch)
treeb364631d7face1cad83fd17aade2e63e745c9409 /extra
parentf4309f0a24d00ec145be745edb07a502b0e487ad (diff)
downloadnutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.gz
nutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.bz2
nutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.xz
nutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.zip
xorg-xrandr dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/xorg-xrandr/.footprint.i6868
-rw-r--r--extra/xorg-xrandr/.footprint.x86_648
-rw-r--r--extra/xorg-xrandr/.md5sum.i6861
-rw-r--r--extra/xorg-xrandr/.md5sum.x86_641
-rw-r--r--extra/xorg-xrandr/Pkgfile18
5 files changed, 36 insertions, 0 deletions
diff --git a/extra/xorg-xrandr/.footprint.i686 b/extra/xorg-xrandr/.footprint.i686
new file mode 100644
index 000000000..e38b87b27
--- /dev/null
+++ b/extra/xorg-xrandr/.footprint.i686
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xkeystone
+-rwxr-xr-x root/root usr/bin/xrandr
+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/xrandr.1.gz
diff --git a/extra/xorg-xrandr/.footprint.x86_64 b/extra/xorg-xrandr/.footprint.x86_64
new file mode 100644
index 000000000..e38b87b27
--- /dev/null
+++ b/extra/xorg-xrandr/.footprint.x86_64
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xkeystone
+-rwxr-xr-x root/root usr/bin/xrandr
+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/xrandr.1.gz
diff --git a/extra/xorg-xrandr/.md5sum.i686 b/extra/xorg-xrandr/.md5sum.i686
new file mode 100644
index 000000000..157552b89
--- /dev/null
+++ b/extra/xorg-xrandr/.md5sum.i686
@@ -0,0 +1 @@
+d6d20038257eba5178b523e10239d51c xrandr-1.3.4.tar.bz2
diff --git a/extra/xorg-xrandr/.md5sum.x86_64 b/extra/xorg-xrandr/.md5sum.x86_64
new file mode 100644
index 000000000..157552b89
--- /dev/null
+++ b/extra/xorg-xrandr/.md5sum.x86_64
@@ -0,0 +1 @@
+d6d20038257eba5178b523e10239d51c xrandr-1.3.4.tar.bz2
diff --git a/extra/xorg-xrandr/Pkgfile b/extra/xorg-xrandr/Pkgfile
new file mode 100644
index 000000000..c530ae060
--- /dev/null
+++ b/extra/xorg-xrandr/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Resize and rotate utility for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxrandr
+# Run on: xorg-libxrandr
+
+name=xorg-xrandr
+version=1.3.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2)
+
+build() {
+ cd xrandr-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}