xorg/xorg-libxcb/Pkgfile
2007-01-06 12:26:23 +01:00

21 lines
444 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=1
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
build() {
cd libxcb-$version
./configure --prefix=/usr --disable-build-docs
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}