opt/libtheora/Pkgfile

24 lines
476 B
Plaintext
Raw Normal View History

2011-11-02 13:21:12 +01:00
# Description: A free and open video compression format from the Xiph.org Foundation.
# URL: https://www.theora.org/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2011-11-02 13:21:12 +01:00
# 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
2011-11-02 13:21:12 +01:00
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}