mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
libebml: update to 1.3.2.
This commit is contained in:
parent
84605d1491
commit
3d441f2c12
1 changed files with 7 additions and 2 deletions
|
@ -1,14 +1,19 @@
|
||||||
# Template file for 'libebml'
|
# Template file for 'libebml'
|
||||||
pkgname=libebml
|
pkgname=libebml
|
||||||
version=1.3.1
|
version=1.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
short_desc="Extensible Binary Meta Language library"
|
short_desc="Extensible Binary Meta Language library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295
|
checksum=d965025dcf016b04886a6b1f8a4da4f9be2fbbca8e6618653d6edf48e45a1664
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -if
|
||||||
|
}
|
||||||
|
|
||||||
libebml-devel_package() {
|
libebml-devel_package() {
|
||||||
depends="libebml>=${version}_${revision}"
|
depends="libebml>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue