19 lines
416 B
Plaintext
Raw Normal View History

2010-12-16 00:06:57 +11:00
# Description: An extensible open standard Audio/Video container format library.
2017-10-12 21:49:50 +11:00
# URL: https://github.com/Matroska-Org/libmatroska
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-02-13 15:09:14 -05:00
# Depends on: libebml
name=libmatroska
2017-10-12 21:49:50 +11:00
version=1.4.8
2008-02-13 15:09:14 -05:00
release=1
2017-10-12 21:49:50 +11:00
source=(https://dl.matroska.org/downloads/$name/$name-$version.tar.xz)
2008-02-13 15:09:14 -05:00
2010-12-15 00:17:45 +11:00
build() {
2015-04-22 23:59:56 +10:00
cd $name-$version
2016-08-14 18:03:55 +10:00
./configure --prefix=/usr
2015-04-22 23:59:56 +10:00
make
make prefix=$PKG/usr install
2008-02-13 15:09:14 -05:00
}