description="Audio codec, free, open and unpatented, it is roughly comparable to other formats." url="http://www.vorbis.com/" packager="tnut " contributors="Pierre B" makedepends=(libogg doxygen) name=libvorbis version=1.3.6 release=3 source=( http://downloads.xiph.org/releases/vorbis/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-static make make DESTDIR=$PKG install install -v -m644 doc/Vorbis* $PKG/usr/share/doc/libvorbis-$version rm $PKG/usr/lib/${name}{,file,enc}.la }