libebml: 1.3.1 -> 1.3.3

This commit is contained in:
Danny Rawlins 2016-05-19 00:57:10 +10:00
parent 1715049359
commit e4f1ad2934
2 changed files with 5 additions and 7 deletions

View File

@ -1 +1 @@
2d5a0e502fabedfded2a890c6b5513a5 libebml-1.3.1.tar.bz2
a8b270482620970d9891958618b54d77 libebml-1.3.3.tar.bz2

View File

@ -1,19 +1,17 @@
# Description: A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.
# URL: http://www.bunkus.org/videotools/mkvtoolnix/
# URL: https://mkvtoolnix.download/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org.
name=libebml
version=1.3.1
version=1.3.3
release=1
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
source=(https://mkvtoolnix.download/sources/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
make
make prefix=$PKG/usr install