compat-32/xorg-libxrandr-32/Pkgfile

21 lines
505 B
Plaintext
Raw Normal View History

# Description: X Resize and Rotate extension client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2018-04-05 16:13:35 +02:00
# Depends on: xorg-libxext-32 xorg-libxrandr xorg-libxrender-32
name=xorg-libxrandr-32
2023-10-05 12:14:50 +02:00
version=1.5.4
release=1
2022-11-26 11:49:16 +01:00
source=(https://www.x.org/releases/individual/lib/libXrandr-$version.tar.xz)
build() {
cd libXrandr-$version
2016-10-09 11:16:06 +02:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2013-06-01 03:13:16 +02:00
2019-03-18 13:06:27 +01:00
rm -r $PKG/usr/{include,share/man}
}