From 747f7d743794cc4ab4a2c4bf6058e89508fbc726 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 20 Jan 2010 08:36:15 +0100 Subject: [PATCH] xorg-xrandr: initial import (verified compilation) --- xorg-xrandr/.footprint | 7 +++++++ xorg-xrandr/.md5sum | 1 + xorg-xrandr/Pkgfile | 25 +++++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 xorg-xrandr/.footprint create mode 100644 xorg-xrandr/.md5sum create mode 100644 xorg-xrandr/Pkgfile 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..afc7364 --- /dev/null +++ b/xorg-xrandr/.md5sum @@ -0,0 +1 @@ +2cb19bb1c19ccf77c40032b03dbe06f0 xrandr-1.3.2.tar.bz2 diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile new file mode 100644 index 0000000..c390c0b --- /dev/null +++ b/xorg-xrandr/Pkgfile @@ -0,0 +1,25 @@ +# Description: Resize and rotate utility for X +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# 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 + + export XRANDR_LIBS="-L$CLFS/usr/lib -lXrandr -lXrender -lX11" + export XRANDR_CFLAGS="-I$CLFS/usr/include" + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- 2.26.2