xorg/xorg-libxcb/Pkgfile
2007-04-21 14:32:26 +02:00

24 lines
515 B
Plaintext

# Description: XCB library
# URL: http://xcb.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-xcb-proto, xorg-libxdmcp, xorg-libxau, libxslt, libpthread-stubs
name=xorg-libxcb
version=1.0
release=2
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
build() {
cd libxcb-$version
# remove locking assertions
sed -i -e '41d' -e '50d' src/xcb_xlib.c
./configure --prefix=/usr --disable-build-docs
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}