libebml: update to 1.3.1.
This commit is contained in:
parent
b03e0e3465
commit
4bf811dfca
|
@ -1,23 +1,14 @@
|
||||||
# Template file for 'libebml'
|
# Template file for 'libebml'
|
||||||
pkgname=libebml
|
pkgname=libebml
|
||||||
version=1.3.0
|
version=1.3.1
|
||||||
revision=5
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
short_desc="Extensible Binary Meta Language library"
|
short_desc="Extensible Binary Meta Language library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://dl.matroska.org/downloads/libebml/"
|
homepage="http://dl.matroska.org/downloads/libebml/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://dl.matroska.org/downloads/libebml/libebml-${version}.tar.bz2"
|
distfiles="http://dl.matroska.org/downloads/libebml/libebml-${version}.tar.bz2"
|
||||||
checksum="83b074d6b62715aa0080406ea84d33df2e44b5d874096640233a4db49b8096de"
|
checksum=195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
||||||
libebml-devel_package() {
|
libebml-devel_package() {
|
||||||
depends="libebml>=${version}_${revision}"
|
depends="libebml>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue