# Description: X Composite extension client library # 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 # Depends on: xorg-libxext xorg-libxfixes name=xorg-libxcomposite version=0.4.5 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2) build() { cd libXcomposite-$version ./configure --prefix=/usr \ --build=aarch64-unknown-linux-gnueabi make make DESTDIR=$PKG install }