compat-32/xorg-libxrandr-32/Pkgfile

21 lines
531 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
2017-11-01 12:41:39 +01:00
# Depends on: xorg-libxext-32 xorg-libxrandr xorg-libxrender-32 xorg-randrproto-32
name=xorg-libxrandr-32
2016-10-09 11:16:06 +02:00
version=1.5.1
release=1
source=(https://www.x.org/releases/individual/lib/libXrandr-$version.tar.bz2)
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
2016-10-09 11:16:06 +02:00
rm -r $PKG/usr/{include,share/man,share}
}