compat-32/xorg-libxfixes-32/Pkgfile

23 lines
473 B
Plaintext
Raw Normal View History

# Description: X Fixes 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-libx11-32
name=xorg-libxfixes-32
2016-10-09 11:14:42 +02:00
version=5.0.3
release=1
source=(https://www.x.org/releases/individual/lib/libXfixes-$version.tar.bz2)
build() {
cd libXfixes-$version
2016-06-01 14:16:54 +02:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
2013-05-31 13:46:33 +02:00
2016-06-01 14:16:54 +02:00
rm -r $PKG/usr/{include,share/man,share}
}