contrib/libtheora/Pkgfile

24 lines
520 B
Plaintext
Raw Normal View History

2008-02-19 14:33:35 +01:00
# Description: A free and open video compression format from the Xiph.org Foundation.
# URL: http://www.theora.org/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2008-02-19 14:33:35 +01:00
# Packager: Matt Housh, jaeger at crux dot nu
2008-03-14 11:08:33 +01:00
# Depends on: libvorbis
2008-02-19 14:33:35 +01:00
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
}