xorg/xorg-libxcb/Pkgfile

21 lines
444 B
Plaintext
Raw Normal View History

2006-11-24 17:09:22 +01:00
# 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
2006-11-24 17:09:22 +01:00
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
}