xorg/xorg-libxrandr/Pkgfile
2019-04-14 20:34:34 +10:00

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