opt/libtheora/Pkgfile

18 lines
427 B
Plaintext
Raw Normal View History

2007-12-14 17:31:33 +01:00
# Description: A free and open video compression format from the Xiph.org Foundation
2006-02-23 16:26:10 +01:00
# URL: http://www.theora.org/
2007-12-14 17:31:33 +01:00
# Maintainer: Matt Housh, jaeger at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: libogg, libvorbis
name=libtheora
2007-12-14 17:31:33 +01:00
version=1.0beta2
2006-02-23 16:26:10 +01:00
release=1
source=(http://downloads.xiph.org/releases/theora/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}