From ad95970078ad819b8766a2a1956c1bd09bf2d469 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:06:51 +0100 Subject: Ajout de xorg-xrandr#1.3.2-1 --- xorg/xorg-xrandr/.footprint | 7 +++++++ xorg/xorg-xrandr/.md5sum | 1 + xorg/xorg-xrandr/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 xorg/xorg-xrandr/.footprint create mode 100644 xorg/xorg-xrandr/.md5sum create mode 100644 xorg/xorg-xrandr/Pkgfile (limited to 'xorg/xorg-xrandr') diff --git a/xorg/xorg-xrandr/.footprint b/xorg/xorg-xrandr/.footprint new file mode 100644 index 000000000..762a5bc3a --- /dev/null +++ b/xorg/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/xorg-xrandr/.md5sum b/xorg/xorg-xrandr/.md5sum new file mode 100644 index 000000000..afc7364cd --- /dev/null +++ b/xorg/xorg-xrandr/.md5sum @@ -0,0 +1 @@ +2cb19bb1c19ccf77c40032b03dbe06f0 xrandr-1.3.2.tar.bz2 diff --git a/xorg/xorg-xrandr/Pkgfile b/xorg/xorg-xrandr/Pkgfile new file mode 100644 index 000000000..02989dcad --- /dev/null +++ b/xorg/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.3.2 +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 +} -- cgit v1.2.3-54-g00ecf