opt/libtheora/Pkgfile
2015-11-04 14:37:36 +11:00

25 lines
521 B
Plaintext

# Description: A free and open video compression format from the Xiph.org Foundation.
# URL: http://www.theora.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on: libvorbis
name=libtheora
version=1.1.1
release=1
source=(http://downloads.xiph.org/releases/theora/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-examples
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}