contrib/libtheora/Pkgfile
2008-03-26 13:58:45 +11:00

24 lines
520 B
Plaintext

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