20 lines
821 B
Text
20 lines
821 B
Text
# 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"
|
|
revision=1
|
|
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"
|