# Description: xorg proto compositeproto # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=xorg-compositeproto version=0.4.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$version.tar.bz2) build() { cd compositeproto-$version ./configure --prefix=/usr \ --build=aarch64-unknown-linux-gnueabi make make DESTDIR=$PKG install rm -rf $PKG/usr/share }