New package: libkeyfinder-2.2.7
This commit is contained in:
parent
5ceaafb0bc
commit
8a1801bad8
3 changed files with 28 additions and 0 deletions
|
@ -4327,3 +4327,4 @@ lib2geom.so.1.3.0 lib2geom-1.3_1
|
|||
libdbi.so.1 libdbi-0.9.0_1
|
||||
libchafa.so.0 libchafa-1.12.5_1
|
||||
libcppdap.so cppdap-1.58.0+a_1
|
||||
libkeyfinder.so.2 libkeyfinder-2.2.7_1
|
||||
|
|
1
srcpkgs/libkeyfinder-devel
Symbolic link
1
srcpkgs/libkeyfinder-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libkeyfinder
|
26
srcpkgs/libkeyfinder/template
Normal file
26
srcpkgs/libkeyfinder/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libkeyfinder'
|
||||
pkgname=libkeyfinder
|
||||
version=2.2.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends=""
|
||||
makedepends="fftw-devel catch2"
|
||||
short_desc="Small C++11 library for estimating the musical key of digital audio"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://mixxxdj.github.io/libkeyfinder/"
|
||||
changelog="https://raw.githubusercontent.com/mixxxdj/libkeyfinder/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/mixxxdj/libkeyfinder/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=57dbd89c90b451e449d4652a29f078a90b847fefb29a242ab3c886f39d5d6998
|
||||
|
||||
libkeyfinder-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision} fftw-devel"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/include
|
||||
rm -rf ${DESTDIR}/usr/lib/cmake/*/modules/FindFFTW3.cmake
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue