dcadec: avoid conflict with libdca

Closes: #10009 [via git-merge-pr]
This commit is contained in:
cr6git 2017-12-15 00:09:14 +01:00 committed by Jürgen Buchmüller
parent 0f16177212
commit 35dfab5c7b

View file

@ -1,11 +1,11 @@
# Template file for 'dcadec'
pkgname=dcadec
version=0.2.0
revision=1
revision=2
build_style=gnu-makefile
short_desc="DTS Coherent Acoustics decoder with support for HD extensions"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2"
license="LGPL-2.1"
homepage="https://github.com/foo86/dcadec"
distfiles="$homepage/archive/v0.2.0.tar.gz"
checksum=ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44
@ -13,6 +13,10 @@ CFLAGS='-std=gnu99'
make_build_args="CONFIG_SHARED=TRUE"
make_install_args="CONFIG_SHARED=TRUE"
post_install() {
mv -v ${DESTDIR}/usr/bin/dcadec{,-hd}
}
dcadec-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"