opt/libvorbis/Pkgfile
Tilman Sauerbeck de101aa168 [notify] libvorbis: fixed buffer overflow.
See CVE-2012-0444 for details.
2012-03-03 11:04:13 +01:00

19 lines
452 B
Plaintext

# Description: Vorbis codec library
# URL: http://www.xiph.org/ogg/vorbis/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libogg
name=libvorbis
version=1.3.2
release=2
source=(http://downloads.xiph.org/releases/vorbis/$name-$version.tar.bz2 $name.diff)
build() {
cd $name-$version
patch -p3 -i $SRC/$name.diff
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}