29 lines
803 B
Bash
29 lines
803 B
Bash
# Template file for 'libmatroska'
|
|
pkgname=libmatroska
|
|
version=1.4.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libebml-devel"
|
|
short_desc="Extensible open standard Audio/Video container format"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://dl.matroska.org/downloads/libmatroska/"
|
|
license="LGPL-2.1"
|
|
distfiles="http://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.xz"
|
|
checksum=d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|
|
|
|
libmatroska-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|