21 lines
610 B
Text
21 lines
610 B
Text
# Template file for 'libebml'
|
|
pkgname=libebml
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Extensible Binary Meta Language library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://dl.matroska.org/downloads/libebml/"
|
|
license="LGPL-2.1"
|
|
distfiles="http://dl.matroska.org/downloads/libebml/libebml-${version}.tar.bz2"
|
|
checksum=195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295
|
|
|
|
libebml-devel_package() {
|
|
depends="libebml>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|