description="Library libXrandr, resize and rotate extension client library" url="http://xorg.freedesktop.org" packager="tnut " contributors="Pierre B, Greg" name=xorg-libxrandr alias=(libXrandr) version=1.5.2 _name=libXrandr makedepends=(xorgproto xorg-libx11 xorg-libxext xorg-libxrender) 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="libXrandr-" $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/$name"|sed "s@$ext\$@@"|sed "s@$url/$name@@"|head -1 }