summaryrefslogtreecommitdiffstats
path: root/extra/xorg-xrandr/Pkgfile
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/xorg-xrandr/Pkgfile
parentf4309f0a24d00ec145be745edb07a502b0e487ad (diff)
downloadnutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.gz
nutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.bz2
nutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.xz
nutyx-extra-36fd292aadeee1d04a2f79ce026a7f39b728d826.zip
xorg-xrandr dans extra
Diffstat (limited to 'extra/xorg-xrandr/Pkgfile')
-rw-r--r--extra/xorg-xrandr/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}