summaryrefslogtreecommitdiffstats
path: root/xorg-xrandr
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xrandr')
-rw-r--r--xorg-xrandr/.footprint7
-rw-r--r--xorg-xrandr/.md5sum1
-rw-r--r--xorg-xrandr/Pkgfile17
-rw-r--r--xorg-xrandr/Pkgfile.old18
4 files changed, 43 insertions, 0 deletions
diff --git a/xorg-xrandr/.footprint b/xorg-xrandr/.footprint
new file mode 100644
index 0000000..762a5bc
--- /dev/null
+++ b/xorg-xrandr/.footprint
@@ -0,0 +1,7 @@
+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/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xrandr.1.gz
diff --git a/xorg-xrandr/.md5sum b/xorg-xrandr/.md5sum
new file mode 100644
index 0000000..3c84e99
--- /dev/null
+++ b/xorg-xrandr/.md5sum
@@ -0,0 +1 @@
+5b2dcfb0d9b736afaf78f6ce7651259c xrandr-1.3.3.tar.bz2
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
+}
diff --git a/xorg-xrandr/Pkgfile.old b/xorg-xrandr/Pkgfile.old
new file mode 100644
index 0000000..8f2ffe7
--- /dev/null
+++ b/xorg-xrandr/Pkgfile.old
@@ -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.3
+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
+}