New package: dcadec-0.2.0
This commit is contained in:
parent
994d7d293d
commit
29441b6f8d
|
@ -2402,3 +2402,4 @@ libqxmpp.so.0 qxmpp-0.9.3_1
|
|||
libunwind.so.1 llvm-libunwind-3.8.0_1
|
||||
libc++abi.so.1 libcxxabi-3.8.0_1
|
||||
libfastjson.so.3 libfastjson-0.99.2_1
|
||||
libdcadec.so.0 dcadec-0.2.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
dcadec
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'dcadec'
|
||||
pkgname=dcadec
|
||||
version=0.2.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="DTS Coherent Acoustics decoder with support for HD extensions"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="https://github.com/foo86/dcadec"
|
||||
distfiles="$homepage/archive/v0.2.0.tar.gz"
|
||||
checksum=ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44
|
||||
CFLAGS='-std=gnu99'
|
||||
make_build_args="CONFIG_SHARED=TRUE"
|
||||
make_install_args="CONFIG_SHARED=TRUE"
|
||||
|
||||
dcadec-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue