From: Jose V Beneyto Date: Wed, 20 Jan 2010 07:36:15 +0000 (+0100) Subject: xorg-xrandr: initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=747f7d743794cc4ab4a2c4bf6058e89508fbc726;hp=76f292ce1f5a1a11f9f4d88857eb2630761c525d;p=attic%2Fports%2Fxorg-cross.git xorg-xrandr: initial import (verified compilation) --- 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 +}