xorg/xorg-xcb-proto/Pkgfile

19 lines
363 B
Plaintext
Raw Normal View History

2006-11-24 17:09:05 +01:00
# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports 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
2012-10-07 10:20:50 +02:00
version=1.8
release=1
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
}