# Description: XCB X protokol açıklamaları # URL: http://xcb.freedesktop.org # Packager: milisarge # Depends on: python name=xcb-proto version=1.12 release=1 source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2) build() { cd xcb-proto-$version ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make make DESTDIR=$PKG install }