compat-32/xorg-xcb-util-32/Pkgfile
2013-10-26 19:11:42 +11:00

20 lines
436 B
Plaintext

# Description: XCB utilities library
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libxcb-32 xorg-xcb-util
name=xorg-xcb-util-32
version=0.3.9
release=2
source=(http://xcb.freedesktop.org/dist/xcb-util-$version.tar.bz2)
build() {
cd xcb-util-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/include
}