xorg/xorg-xcb-proto/Pkgfile
2012-07-16 02:34:56 +10:00

19 lines
365 B
Plaintext

# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: python
name=xorg-xcb-proto
version=1.7.1
release=1
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)
build() {
cd xcb-proto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}