summaryrefslogtreecommitdiff
path: root/xorg-xrandr
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-05-02 23:20:32 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-05-02 23:20:32 +0200
commit9c3cc6e7af39f8844564c5c8bdf0b77b704f9a11 (patch)
treef6ebbd362eb7d87b783eb773f7d00e31d23baf0d /xorg-xrandr
parentb408620f00e415fdea065950e6521d4dface54df (diff)
downloadxorg-9c3cc6e7af39f8844564c5c8bdf0b77b704f9a11.tar.gz
xorg-9c3cc6e7af39f8844564c5c8bdf0b77b704f9a11.tar.xz
added xorg-xrandr
Diffstat (limited to 'xorg-xrandr')
-rw-r--r--xorg-xrandr/.footprint6
-rw-r--r--xorg-xrandr/.md5sum1
-rw-r--r--xorg-xrandr/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg-xrandr/.footprint b/xorg-xrandr/.footprint
new file mode 100644
index 00000000..6b807ee8
--- /dev/null
+++ b/xorg-xrandr/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-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.1x.gz
diff --git a/xorg-xrandr/.md5sum b/xorg-xrandr/.md5sum
new file mode 100644
index 00000000..ab4c8639
--- /dev/null
+++ b/xorg-xrandr/.md5sum
@@ -0,0 +1 @@
+14de596b7276c46b77e336cbb4f13c24 xrandr-1.0.1.tar.bz2
diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile
new file mode 100644
index 00000000..91f65539
--- /dev/null
+++ b/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.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2)
+
+build() {
+ cd xrandr-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit