diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:06:51 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:06:51 +0100 |
commit | ad95970078ad819b8766a2a1956c1bd09bf2d469 (patch) | |
tree | b8906f7e8127a8a454ff38f961bec313994db6ca | |
parent | 858c6d7baa5073622c02ec151bb55aa6b69c3167 (diff) | |
download | nutyx-extra-ad95970078ad819b8766a2a1956c1bd09bf2d469.tar.gz nutyx-extra-ad95970078ad819b8766a2a1956c1bd09bf2d469.tar.bz2 nutyx-extra-ad95970078ad819b8766a2a1956c1bd09bf2d469.tar.xz nutyx-extra-ad95970078ad819b8766a2a1956c1bd09bf2d469.zip |
Ajout de xorg-xrandr#1.3.2-1
-rw-r--r-- | xorg/xorg-xrandr/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xrandr/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xrandr/Pkgfile | 18 |
3 files changed, 26 insertions, 0 deletions
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 +} |