libebml: update to 1.3.1.

This commit is contained in:
Juan RP 2015-01-05 09:25:05 +01:00
parent b03e0e3465
commit 4bf811dfca
1 changed files with 4 additions and 13 deletions

View File

@ -1,23 +1,14 @@
# Template file for 'libebml'
pkgname=libebml
version=1.3.0
revision=5
version=1.3.1
revision=1
build_style=gnu-configure
short_desc="Extensible Binary Meta Language library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://dl.matroska.org/downloads/libebml/"
license="LGPL-2.1"
distfiles="http://dl.matroska.org/downloads/libebml/libebml-${version}.tar.bz2"
checksum="83b074d6b62715aa0080406ea84d33df2e44b5d874096640233a4db49b8096de"
do_build() {
cd make/linux
make CC="$CC" CXX="$CXX" LD="$LD" CFLAGS="$CFLAGS" ${makejobs}
}
do_install() {
cd make/linux
make prefix=${DESTDIR}/usr install
}
checksum=195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295
libebml-devel_package() {
depends="libebml>=${version}_${revision}"