30 lines
763 B
Bash
30 lines
763 B
Bash
# Template file for 'libmysofa'
|
|
pkgname=libmysofa
|
|
version=1.3.2
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTS=OFF"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="zlib-devel"
|
|
short_desc="Reader for AES SOFA files to get better HRTFs"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/hoene/libmysofa"
|
|
distfiles="https://github.com/hoene/libmysofa/archive/v${version}.tar.gz"
|
|
checksum=6c5224562895977e87698a64cb7031361803d136057bba35ed4979b69ab4ba76
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
libmysofa-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|