opus-tools: resolve file conflict with opus.

This commit is contained in:
Juan RP 2014-11-11 17:15:49 +01:00
parent 98bbfa2655
commit 61982b3727
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'opus-tools'
pkgname=opus-tools
version=0.1.9
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libogg-devel opus-devel libflac-devel"
@ -13,5 +13,5 @@ distfiles="http://downloads.xiph.org/releases/opus/${pkgname}-${version}.tar.gz"
checksum=b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a
post_install() {
vinstall COPYING 644 usr/share/licenses/opus
vlicense COPYING
}