contrib/libmatroska/Pkgfile

19 lines
416 B
Plaintext
Raw Normal View History

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