summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xrandr/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:06:51 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:06:51 +0100
commitad95970078ad819b8766a2a1956c1bd09bf2d469 (patch)
treeb8906f7e8127a8a454ff38f961bec313994db6ca /xorg/xorg-xrandr/Pkgfile
parent858c6d7baa5073622c02ec151bb55aa6b69c3167 (diff)
downloadnutyx-pakxe-ad95970078ad819b8766a2a1956c1bd09bf2d469.tar.gz
nutyx-pakxe-ad95970078ad819b8766a2a1956c1bd09bf2d469.tar.bz2
nutyx-pakxe-ad95970078ad819b8766a2a1956c1bd09bf2d469.tar.xz
nutyx-pakxe-ad95970078ad819b8766a2a1956c1bd09bf2d469.zip
Ajout de xorg-xrandr#1.3.2-1
Diffstat (limited to 'xorg/xorg-xrandr/Pkgfile')
-rw-r--r--xorg/xorg-xrandr/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xrandr/Pkgfile b/xorg/xorg-xrandr/Pkgfile
new file mode 100644
index 000000000..02989dcad
--- /dev/null
+++ b/xorg/xorg-xrandr/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Resize and rotate utility for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxrandr
+
+name=xorg-xrandr
+version=1.3.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2)
+
+build() {
+ cd xrandr-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}