xorg/xorg-libxcb/Pkgfile
2015-09-06 18:49:22 +02:00

21 lines
436 B
Plaintext

# Description: X11 client-side library
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xcb-proto xorg-libxdmcp xorg-libxau libxslt libpthread-stubs
name=xorg-libxcb
version=1.11.1
release=1
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
build() {
cd libxcb-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}