2014-09-28 20:55:34 +10:00
|
|
|
# Description: X11 client-side library
|
2012-11-21 11:12:43 -06:00
|
|
|
# URL: http://xcb.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-xcb-proto-32 xorg-libxdmcp-32 xorg-libxau-32 libxslt-32 libpthread-stubs-32 xorg-libxcb
|
|
|
|
|
|
|
|
name=xorg-libxcb-32
|
2016-05-21 09:24:37 -05:00
|
|
|
version=1.12
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
|
|
|
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libxcb-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr --libdir=/usr/lib32
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2013-05-31 21:41:27 +10:00
|
|
|
rm -r $PKG/usr/{include,share}
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|