2012-11-21 11:12:43 -06:00
|
|
|
# Description: X client library
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2012-11-21 11:12:43 -06:00
|
|
|
# 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
|
2015-03-15 15:43:07 +11:00
|
|
|
version=1.6.3
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libX11-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2013-06-05 12:34:38 +10:00
|
|
|
rm -r $PKG/usr/{include,man,share}
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|