xorg/xorg-xrandr/Pkgfile
2009-04-01 19:13:37 +02:00

19 lines
405 B
Plaintext

# 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.0
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
}