void-packages/srcpkgs/opusfile/template
2013-01-04 23:20:23 +01:00

21 lines
637 B
Plaintext

# Template file for 'opusfile'
pkgname=opusfile
version=0.2
revision=1
build_style=gnu-configure
configure_args="--disable-static"
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"
makedepends="pkg-config libogg-devel opus-devel openssl-devel"
post_install() {
rm -rf ${DESTDIR}/usr/share
vinstall COPYING 644 usr/share/licenses/opus
}