28 lines
744 B
Bash
28 lines
744 B
Bash
# Template file for 'opus'
|
|
pkgname=opus
|
|
version=1.1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-float-approx"
|
|
short_desc="Codec designed for interactive speech and audio transmission over the Internet"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.opus-codec.org/"
|
|
license="BSD"
|
|
distfiles="http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz"
|
|
checksum=0e290078e31211baa7b5886bcc8ab6bc048b9fc83882532da4a1a45e58e907fd
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
opus-devel_package() {
|
|
depends="opus>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/aclocal
|
|
}
|
|
}
|