### this file is sourced not run
PKGVER=1.3.3
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libebml-${PKGVER}.tar.bz2
MD5SUM=a8b270482620970d9891958618b54d77
SRC_URL=https://dl.matroska.org/downloads/libebml/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC='libebml: libeml '$PKGVER' (EBML parser library)
libebml: 
libebml: EBML is a simplified binary extension of XML for the purpose of 
libebml: storing and manipulating data in a hierarchical form with variable 
libebml: field lengths. It is used by Matroska files.
libebml: 
libebml: http://matroska-org.github.io/libebml/
libebml: 
libebml: 
libebml: 
libebml: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



