From 4bf811dfca5fd27c009cda99da68d55cd791b71a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 5 Jan 2015 09:25:05 +0100 Subject: [PATCH] libebml: update to 1.3.1. --- srcpkgs/libebml/template | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/srcpkgs/libebml/template b/srcpkgs/libebml/template index f73cd333fe8..1d432a511c9 100644 --- a/srcpkgs/libebml/template +++ b/srcpkgs/libebml/template @@ -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 " 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}"