# Description: X Resize and Rotate extension client library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-libxext xorg-libxrender name=xorg-libxrandr version=1.5.2 release=1 source=(https://www.x.org/releases/individual/lib/libXrandr-$version.tar.bz2) build() { cd libXrandr-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }