added xorg-xrandr
This commit is contained in:
parent
b408620f00
commit
9c3cc6e7af
6
xorg-xrandr/.footprint
Normal file
6
xorg-xrandr/.footprint
Normal 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
1
xorg-xrandr/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
14de596b7276c46b77e336cbb4f13c24 xrandr-1.0.1.tar.bz2
|
18
xorg-xrandr/Pkgfile
Normal file
18
xorg-xrandr/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user