description="X Resource extension client library" packager="" maintainer="Tilman Sauerbeck, tilman at crux dot nu" url="http://xorg.freedesktop.org" depends=(xorg-libx11 xorg-libxext xorg-resourceproto) name=xorg-libxres version=1.0.4 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-1.0.4.tar.bz2) build () { cd libXres-$version; ./configure --prefix=/usr --mandir=$mandir; make; make DESTDIR=$PKG install }