New package: libinstpatch-1.1.6
This commit is contained in:
parent
c4703a604c
commit
b82f4d545e
3 changed files with 25 additions and 0 deletions
|
@ -3927,3 +3927,4 @@ libldacBT_enc.so.2 ldacBT-2.0.2.3_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
|
||||
libinstpatch-1.0.so.2 libinstpatch-1.1.6_1
|
||||
|
|
1
srcpkgs/libinstpatch-devel
Symbolic link
1
srcpkgs/libinstpatch-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libinstpatch
|
23
srcpkgs/libinstpatch/template
Normal file
23
srcpkgs/libinstpatch/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'libinstpatch'
|
||||
pkgname=libinstpatch
|
||||
version=1.1.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config glib-devel"
|
||||
makedepends="libglib-devel libsndfile-devel"
|
||||
short_desc="Instrument file software library"
|
||||
maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://github.com/swami/libinstpatch"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=8e9861b04ede275d712242664dab6ffa9166c7940fea3b017638681d25e10299
|
||||
|
||||
libinstpatch-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${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