void-packages/srcpkgs/opus-tools/template
2014-06-15 20:52:17 +02:00

18 lines
561 B
Plaintext

# Template file for 'opus-tools'
pkgname=opus-tools
version=0.1.9
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libogg-devel opus-devel libflac-devel"
short_desc="Collection of tools for the Opus audio codec"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://wiki.xiph.org/Opus-tools"
license="BSD"
distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz"
checksum=b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a
post_install() {
vinstall COPYING 644 usr/share/licenses/opus
}