xorg/xorg-xrandr/Pkgfile
2006-05-23 19:16:18 +02:00

19 lines
387 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.0.2
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
}