summaryrefslogtreecommitdiffstats
path: root/extra/libmatroska/Pkgfile
blob: a8575a5acd0d273d7277f263c9257c0c07bea80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Librairie Matroska
# URL: http://dl.matroska.org/downloads/libmatroska/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libebml

name=libmatroska
version=0.8.1
release=2
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)

build() {
	cd $name-$version/make/linux
	make sharedlib
	make prefix=$PKG/usr install
}