summaryrefslogtreecommitdiffstats
path: root/base/libebml/Pkgfile
blob: 77adf72cc59585f4c974ee72787cad97d721a9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Librairie Extensible Binary Meta Language
# URL: http://dl.matroska.org/downloads/libebml/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libebml
version=0.7.8
release=1
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)

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