New package: libfreeaptx-0.1.1
This commit is contained in:
parent
1b287c7c09
commit
a704b43c5a
3 changed files with 23 additions and 0 deletions
|
@ -3998,6 +3998,7 @@ libspdlog.so.1 libspdlog-1.8.2_2
|
|||
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
|
||||
libfreeaptx.so.0 libfreeaptx-0.1.1_1
|
||||
libgumbo.so.1 gumbo-parser-0.10.1_2
|
||||
libmariadb.so.3 libmariadbclient-10.5.9_1
|
||||
libmariadbd.so.19 libmariadbclient-10.5.9_1
|
||||
|
|
1
srcpkgs/libfreeaptx-devel
Symbolic link
1
srcpkgs/libfreeaptx-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libfreeaptx
|
21
srcpkgs/libfreeaptx/template
Normal file
21
srcpkgs/libfreeaptx/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'libfreeaptx'
|
||||
pkgname=libfreeaptx
|
||||
version=0.1.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Open Source implementation of Audio Processing Technology codec (aptX)"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/iamthehorker/libfreeaptx/"
|
||||
distfiles="https://github.com/iamthehorker/libfreeaptx/archive/refs/tags/$version.tar.gz"
|
||||
checksum=7acf514446cae59585d9bc21e4f98f4a3856f4741c3a7a09d06e8ac5bf2f7315
|
||||
|
||||
libfreeaptx-devel_package() {
|
||||
depends="libfreeaptx>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue