void-packages/srcpkgs/opusfile/template

21 lines
621 B
Plaintext

# Template file for 'opusfile'
pkgname=opusfile
version=0.2
revision=2
build_style=gnu-configure
short_desc="Library for opening, seeking, and decoding .opus files"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.opus-codec.org/"
license="BSD"
distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz"
checksum=b4a678b3b6c4adfb6aff1f67ef658becfe146ea7c7ff228e99543762171557f9
subpackages="${pkgname}-devel"
hostmakedepends="pkg-config"
makedepends="libogg-devel opus-devel openssl-devel"
post_install() {
rm -rf ${DESTDIR}/usr/share
vinstall COPYING 644 usr/share/licenses/opus
}