added xorg-xrandr

This commit is contained in:
Tilman Sauerbeck 2006-05-02 23:20:32 +02:00
parent b408620f00
commit 9c3cc6e7af
3 changed files with 25 additions and 0 deletions

6
xorg-xrandr/.footprint Normal file
View File

@ -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

1
xorg-xrandr/.md5sum Normal file
View File

@ -0,0 +1 @@
14de596b7276c46b77e336cbb4f13c24 xrandr-1.0.1.tar.bz2

18
xorg-xrandr/Pkgfile Normal file
View File

@ -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
}