New package: libibmad-1.3.12
This commit is contained in:
parent
76077a148b
commit
4f9a67d335
2 changed files with 23 additions and 0 deletions
1
srcpkgs/libibmad-devel
Symbolic link
1
srcpkgs/libibmad-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libibmad
|
22
srcpkgs/libibmad/template
Normal file
22
srcpkgs/libibmad/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'libibmad'
|
||||||
|
pkgname=libibmad
|
||||||
|
version=1.3.13
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="rdma-core-devel"
|
||||||
|
short_desc="OpenFabrics Alliance InfiniBand diagnostic and management library"
|
||||||
|
maintainer="Rich Gannon <rich@richgannon.net>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://openfabrics.org"
|
||||||
|
distfiles="https://www.openfabrics.org/downloads/management/libibmad-${version}.tar.gz"
|
||||||
|
checksum=17cdd721c81fecefc366601c46c55a4d44c93799980a0a34c271b12bc544520b
|
||||||
|
|
||||||
|
libibmad-devel_package() {
|
||||||
|
depends="libibmad-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue