contrib/libtheora/Pkgfile

26 lines
577 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
2010-07-10 05:11:54 +02:00
version=1.1.1
2008-11-04 12:27:41 +01:00
release=1
2010-07-10 05:11:54 +02:00
source=(http://downloads.xiph.org/releases/theora/$name-$version.tar.xz)
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-examples
2008-02-19 14:33:35 +01:00
make
make DESTDIR=$PKG install
2010-07-10 05:11:54 +02:00
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
2008-02-19 14:33:35 +01:00
}