2006-11-24 17:09:05 +01:00
|
|
|
# Description: XCB X protocol descriptions
|
|
|
|
# URL: http://xcb.freedesktop.org
|
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2008-08-24 09:50:10 +02:00
|
|
|
# Depends on: python
|
2006-11-24 17:09:05 +01:00
|
|
|
|
|
|
|
name=xorg-xcb-proto
|
2008-08-24 09:50:10 +02:00
|
|
|
version=1.2
|
2008-10-09 19:39:47 +02:00
|
|
|
release=2
|
2006-11-24 17:09:05 +01:00
|
|
|
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xcb-proto-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|