2006-02-23 15:26:10 +00:00
|
|
|
# Description: Extensible open source A/V container format
|
|
|
|
# URL: http://www.matroska.org
|
2006-10-18 16:56:48 +00:00
|
|
|
# Maintainer:
|
2006-02-23 15:26:10 +00:00
|
|
|
# Packager:
|
|
|
|
# Depends on: libebml
|
|
|
|
|
|
|
|
name=libmatroska
|
|
|
|
version=0.8.0
|
|
|
|
release=1
|
|
|
|
source=(http://dl.matroska.org/downloads/$name/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
cd make/linux
|
|
|
|
make
|
|
|
|
make -e prefix=$PKG/usr install
|
|
|
|
}
|