New package: liblc3-1.0.3
This commit is contained in:
parent
dc2c5f10e2
commit
385726a1bd
|
@ -4322,3 +4322,4 @@ libjxl_dec.so.0.8 libjxl-0.8.2_1
|
|||
libjxl_threads.so.0.8 libjxl-0.8.2_1
|
||||
libtext-engine-0.1.so.0 text-engine-0.1.1_1
|
||||
libvmaf.so.1 vmaf-2.3.1_1
|
||||
liblc3.so.1 liblc3-1.0.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
liblc3
|
|
@ -0,0 +1 @@
|
|||
liblc3
|
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'liblc3'
|
||||
pkgname=liblc3
|
||||
version=1.0.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dtools=true"
|
||||
short_desc="Low complexity communication codec"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/liblc3"
|
||||
distfiles="https://github.com/google/liblc3/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=33318036a4b83af697b328e55e8c5fab9763836083bccb586f4dc2e644c24991
|
||||
|
||||
liblc3-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
lc3-tools_package() {
|
||||
short_desc+=" - tools"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue