compat-32/xorg-libxcb-32/Pkgfile

21 lines
492 B
Plaintext
Raw Normal View History

# Description: XCB library
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xcb-proto-32 xorg-libxdmcp-32 xorg-libxau-32 libxslt-32 libpthread-stubs-32 xorg-libxcb
name=xorg-libxcb-32
2013-05-31 13:41:27 +02:00
version=1.9.1
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 13:41:27 +02:00
rm -r $PKG/usr/{include,share}
}