description="XCB utilities library" url="http://xcb.freedesktop.org" packager="Spiky " contributors="Pierre,Tnut" makedepends=(libxcb xcb-util) name=xcb-util-image version=0.4.1 source=(http://xcb.freedesktop.org/dist/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make make DESTDIR=$PKG install # Obsolets libs rm $PKG/usr/lib/libxcb-image.la }