contrib/libtheora/Pkgfile

27 lines
569 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
2008-11-04 12:27:41 +01:00
version=1.0
release=1
source=(http://downloads.xiph.org/releases/theora/$name-$version.tar.bz2)
2008-02-19 14:33:35 +01:00
build() {
2008-11-04 12:27:41 +01:00
cd $name-$version
2008-02-19 14:33:35 +01:00
./configure \
--prefix=/usr \
2008-05-11 06:17:44 +02:00
--mandir=/usr/man \
--disable-static \
--disable-sdl \
--disable-examples
2008-02-19 14:33:35 +01:00
make
make DESTDIR=$PKG install
2008-05-11 06:17:44 +02:00
rm -r $PKG/usr/share
2008-02-19 14:33:35 +01:00
}