From 8fda4964ae7fe9bb9639cad45dd360fa82a482cf Mon Sep 17 00:00:00 2001 From: mmnmnnmnmm Date: Tue, 20 Sep 2022 18:59:25 +0100 Subject: [PATCH] New package: libiir1-1.9.3 --- common/shlibs | 1 + srcpkgs/libiir1-devel | 1 + srcpkgs/libiir1/template | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 120000 srcpkgs/libiir1-devel create mode 100644 srcpkgs/libiir1/template diff --git a/common/shlibs b/common/shlibs index 3297091f7cc..5d4b0a9899a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4163,3 +4163,4 @@ libgbinder.so.1 libgbinder-1.1.20_1 libsunpinyin.so.3 libsunpinyin-3.0.0rc2_1 libtpm2-totp.so.0 libtpm2-totp-0.3.0_1 libmujs.so.1.2.0 mujs-1.2.0_2 +libiir.so.1 libiir1-1.9.3_1 diff --git a/srcpkgs/libiir1-devel b/srcpkgs/libiir1-devel new file mode 120000 index 00000000000..2996526d4bd --- /dev/null +++ b/srcpkgs/libiir1-devel @@ -0,0 +1 @@ +libiir1 \ No newline at end of file diff --git a/srcpkgs/libiir1/template b/srcpkgs/libiir1/template new file mode 100644 index 00000000000..071fe3671bb --- /dev/null +++ b/srcpkgs/libiir1/template @@ -0,0 +1,28 @@ +# Template file for 'libiir1' +pkgname=libiir1 +version=1.9.3 +revision=1 +wrksrc="iir1-${version}" +build_style=cmake +short_desc="DSP IIR realtime filter library written in C++" +maintainer="mmnmnnmnmm " +license="MIT" +homepage="https://github.com/berndporr/iir1" +distfiles="https://github.com/berndporr/iir1/archive/${version}.tar.gz" +checksum=de241ef7a3e5ae8e1309846fe820a2e18978aa3df3922bd83c2d75a0fcf4e78f + +post_install() { + vlicense COPYING +} + +libiir1-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/pkgconfig + } +}