# Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=libebml pkgver=1.3.5 pkgrel=1 pkgdesc="C++ library to parse Extensible Binary Meta-Language files" url="https://www.matroska.org/" arch="all" options="!check" # No test suite. license="LGPL-2.1+" depends= subpackages="$pkgname-dev" source="http://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-static make } package() { cd "$builddir" make install DESTDIR="$pkgdir" } sha512sums="cdf05015724919b19281bf99c562bb7e0bdf16990da274010f664ff316b6ce95ecbeaa1e479f03505281a7f45d5796aee6e7750a9e1c0596b630911d220dca24 libebml-1.3.5.tar.xz"