# Description: xorg proto xproto # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-xproto version=7.0.11 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/xproto-$version.tar.bz2) build() { cd xproto-$version ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install }