diff --git a/srcpkgs/opus-tools/template b/srcpkgs/opus-tools/template new file mode 100644 index 0000000000..493f09605b --- /dev/null +++ b/srcpkgs/opus-tools/template @@ -0,0 +1,16 @@ +# Template file for 'opus-tools' +pkgname=opus-tools +version=0.1.6 +revision=1 +makedepends="pkg-config libogg-devel opus-devel" +build_style=gnu-configure +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=cc86dbc2a4d76da7e1ed9afee85448c8f798c465a5412233f178783220f3a2c1 + +post_install() { + vinstall COPYING 644 usr/share/licenses/opus +}