mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: libiir1-1.9.3
This commit is contained in:
parent
405631dc47
commit
8fda4964ae
3 changed files with 30 additions and 0 deletions
|
@ -4163,3 +4163,4 @@ libgbinder.so.1 libgbinder-1.1.20_1
|
||||||
libsunpinyin.so.3 libsunpinyin-3.0.0rc2_1
|
libsunpinyin.so.3 libsunpinyin-3.0.0rc2_1
|
||||||
libtpm2-totp.so.0 libtpm2-totp-0.3.0_1
|
libtpm2-totp.so.0 libtpm2-totp-0.3.0_1
|
||||||
libmujs.so.1.2.0 mujs-1.2.0_2
|
libmujs.so.1.2.0 mujs-1.2.0_2
|
||||||
|
libiir.so.1 libiir1-1.9.3_1
|
||||||
|
|
1
srcpkgs/libiir1-devel
Symbolic link
1
srcpkgs/libiir1-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libiir1
|
28
srcpkgs/libiir1/template
Normal file
28
srcpkgs/libiir1/template
Normal file
|
@ -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 <mnnnm@disroot.org>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue