void-packages/srcpkgs/libebml/template
2011-08-12 09:36:40 +02:00

23 lines
890 B
Plaintext

# Template file for 'libebml'
pkgname=libebml
version=1.2.1
distfiles="http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$version.tar.bz2"
build_style=gnu_makefile
build_wrksrc="make/linux"
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install"
short_desc="Extensible Binary Meta Language library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://dl.matroska.org/downloads/libebml/"
license="LGPL-2.1"
checksum=8f9e06630eab83f337d280d38eff53e41e030530015a4c423d509a20f6ea81b2
long_desc="
EBML, or Extensible Binary Meta-Language, is a simple XML like binary
language for describing data in structured style. EBML was originally
designed for use in the Matroska project, but the developers saw that
EBML was very flexible and extensible."
subpackages="$pkgname-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++