void-packages/srcpkgs/opus-tools/template

18 lines
561 B
Plaintext
Raw Normal View History

2013-01-04 07:50:56 +01:00
# Template file for 'opus-tools'
pkgname=opus-tools
2014-06-15 20:52:17 +02:00
version=0.1.9
2013-01-04 07:50:56 +01:00
revision=1
build_style=gnu-configure
2014-06-05 08:26:40 +02:00
hostmakedepends="pkg-config"
makedepends="libogg-devel opus-devel libflac-devel"
2013-01-04 07:50:56 +01:00
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"
2014-06-15 20:52:17 +02:00
checksum=b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a
2013-01-04 07:50:56 +01:00
post_install() {
vinstall COPYING 644 usr/share/licenses/opus
}