xorg/xorg-libxcb/Pkgfile

21 lines
423 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
2010-08-22 12:59:16 +02:00
version=1.7
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
}