19 lines
569 B
Bash
19 lines
569 B
Bash
# Template file for 'opus-tools'
|
|
pkgname=opus-tools
|
|
version=0.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libogg-devel opus-devel libflac-devel opusfile-devel
|
|
libopusenc-devel"
|
|
short_desc="Collection of tools for the Opus audio codec"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://wiki.xiph.org/Opus-tools"
|
|
license="BSD-2-Clause"
|
|
distfiles="${MOZILLA_SITE}/mozilla.org/opus/opus-tools-${version}.tar.gz"
|
|
checksum=b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|