xorg/xorg-libxrandr/Pkgfile

19 lines
414 B
Plaintext

# 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.4
release=1
source=(https://www.x.org/releases/individual/lib/libXrandr-$version.tar.xz)
build() {
cd libXrandr-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}