void-packages/srcpkgs/libebml/template
2011-10-08 07:07:18 +02:00

23 lines
890 B
Plaintext

# Template file for 'libebml'
pkgname=libebml
version=1.2.2
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=476b08c6436a96c024a53e788e7c945ce9b41cd8654165763444aa7e5245b7a5
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++