mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: ldacBT-2.0.2.3
This commit is contained in:
parent
34445bf70f
commit
53974aaaa2
3 changed files with 25 additions and 0 deletions
|
@ -3971,3 +3971,5 @@ libwayland-egl++.so.0 libwaylandpp-0.2.8_1
|
||||||
libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
|
libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
|
||||||
libspdlog.so.1 libspdlog-1.8.2_2
|
libspdlog.so.1 libspdlog-1.8.2_2
|
||||||
libmd.so.0 libmd-1.0.3_1
|
libmd.so.0 libmd-1.0.3_1
|
||||||
|
libldacBT_abr.so.2 ldacBT-2.0.2.3_1
|
||||||
|
libldacBT_enc.so.2 ldacBT-2.0.2.3_1
|
||||||
|
|
1
srcpkgs/ldacBT-devel
Symbolic link
1
srcpkgs/ldacBT-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
ldacBT
|
22
srcpkgs/ldacBT/template
Normal file
22
srcpkgs/ldacBT/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'ldacBT'
|
||||||
|
pkgname=ldacBT
|
||||||
|
version=2.0.2.3
|
||||||
|
revision=1
|
||||||
|
wrksrc=ldacBT
|
||||||
|
build_style=cmake
|
||||||
|
short_desc="LDAC Bluetooth encoder library"
|
||||||
|
maintainer="Florian Warzecha <liketechnik@disroot.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/EHfive/ldacBT"
|
||||||
|
distfiles="https://github.com/EHfive/ldacBT/releases/download/v${version}/ldacBT-${version}.tar.gz"
|
||||||
|
checksum="4bd8eece78bb5c1361fab95743e7100506e2408a25c4a592a0f8d349746dc5b4"
|
||||||
|
|
||||||
|
ldacBT-devel_package() {
|
||||||
|
depends="ldacBT>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue