# Description: Ogg bitstream and framing library
# URL: https://www.xiph.org/ogg/
# Maintainer: Danny Rawlins, crux at romster dot me

name=libogg
version=1.3.5
release=1
source=(https://downloads.xiph.org/releases/ogg/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/doc
}
