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