summaryrefslogtreecommitdiffstats
path: root/xorg-xrandr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xrandr/Pkgfile')
-rw-r--r--xorg-xrandr/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile
new file mode 100644
index 000000000..587d068a2
--- /dev/null
+++ b/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.5
+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
+}