# Description: Resize and rotate utility for X # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-libxrandr name=xorg-xrandr version=1.5.1 release=1 source=(https://www.x.org/releases/individual/app/xrandr-$version.tar.xz) build() { cd xrandr-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }