summaryrefslogtreecommitdiffstats
path: root/xorg-xrandr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xrandr/Pkgfile')
-rw-r--r--xorg-xrandr/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile
new file mode 100644
index 0000000..153ab67
--- /dev/null
+++ b/xorg-xrandr/Pkgfile
@@ -0,0 +1,17 @@
+description="Resize and rotate utility for X"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libxrandr)
+
+name=xorg-xrandr
+version=1.3.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-1.3.3.tar.bz2)
+build ()
+{
+ cd xrandr-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}