xorg/xorg-libxcb/Pkgfile

21 lines
434 B
Plaintext
Raw Normal View History

# Description: X11 client-side library
2006-11-24 17:09:22 +01:00
# 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
2006-11-24 17:09:22 +01:00
name=xorg-libxcb
2016-05-21 00:54:58 +02:00
version=1.12
2007-11-15 14:12:38 +01:00
release=1
2006-11-24 17:09:22 +01:00
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
build() {
cd libxcb-$version
2007-11-15 14:12:38 +01:00
./configure --prefix=/usr
2006-11-24 17:09:22 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}