compat-32/xorg-libx11-32/Pkgfile

21 lines
555 B
Plaintext
Raw Normal View History

# Description: X client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libxcb-32 xorg-xf86bigfontproto-32 xorg-xextproto-32 xorg-xtrans-32 xorg-kbproto-32 xorg-inputproto-32 xorg-libx11
name=xorg-libx11-32
2016-10-09 11:11:57 +02:00
version=1.6.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
build() {
cd libX11-$version
2016-10-09 11:11:57 +02:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2016-10-09 11:11:57 +02:00
rm -r $PKG/usr/{include,share/man,share}
}