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