xorg/xorg-libxcb/Pkgfile

21 lines
443 B
Plaintext
Raw Normal View History

2006-11-24 17:09:22 +01:00
# Description: XCB 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, xorg-xcb-proto
2006-11-24 17:09:22 +01:00
name=xorg-libxcb
version=1.8.1
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
}