parent
0f16177212
commit
35dfab5c7b
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue