# Description: XCB cursor library # URL: http://cgit.freedesktop.org/xcb/util-cursor: # Packager: alihan-ozturk28@hotmail.com # Depends on: libxcb xcb-util-renderutil xcb-util-image name=xcb-util-cursor version=0.1.3 release=1 source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$version.tar.bz2) build() { cd $name-* ./configure --prefix=/usr make make DESTDIR=$PKG install }