void-packages/srcpkgs/opus-tools/template
2014-06-05 08:26:40 +02:00

17 lines
561 B
Text

# Template file for 'opus-tools'
pkgname=opus-tools
version=0.1.8
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=e4e188579ea1c4e4d5066460d4a7214a7eafe3539e9a4466fdc98af41ba4a2f6
post_install() {
vinstall COPYING 644 usr/share/licenses/opus
}