description="libXft, library X are rendering client" url="http://xorg.freedesktop.org" packager="spiky " contributors="Pierre,Greg,Tnut" name=xorg-libxft version=2.3.4 _name=libXft makedepends=(xorg-libxrender freetype xorg-fontconfig) source=(http://ftp.x.org/pub/individual/lib/${_name}-$version.tar.bz2) build=xorg package() { rm $PKG/usr/lib/${_name}.la } uptodate() { local ext url name LINX LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers " ext=".tar.bz2" url="https://ftp.x.org/archive//individual//lib" name="libXft-" $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/$name"|sed "s@$ext\$@@"|sed "s@$url/$name@@"|head -1 }