mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-17 10:21:29 +02:00
testing/libibumad: new aport
https://openfabrics.org/index.php/openfabrics-software.html Interface to ib_umad module (user_mad) library. (InfiniBand)
This commit is contained in:
parent
0ae0b36871
commit
a55e36de3e
45
testing/libibumad/APKBUILD
Normal file
45
testing/libibumad/APKBUILD
Normal file
@ -0,0 +1,45 @@
|
||||
# Contributor: Jann - Ove Risvik <jann.ove@usaklig.com>
|
||||
# Maintainer:
|
||||
pkgname=libibumad
|
||||
pkgver=1.3.10.2
|
||||
pkgrel=0
|
||||
pkgdesc="Interface to ib_umad module (user_mad) library. (InfiniBand)"
|
||||
url="https://www.openfabrics.org/index.php/openfabrics-software.html"
|
||||
arch="x86 x86_64"
|
||||
license="GPL2 BSD"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://www.openfabrics.org/downloads/management/$pkgname-$pkgver.tar.gz
|
||||
"
|
||||
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
update_config_sub || return 1
|
||||
}
|
||||
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="dd017844c55713bd335aa229e6841d41 libibumad-1.3.10.2.tar.gz"
|
||||
sha256sums="500f74e31bd9f3d6c32dea912de3a2d1b299f3f23d7abd893652dd45c77a7e2e libibumad-1.3.10.2.tar.gz"
|
||||
sha512sums="aa2e9038600f6fd9f5cd7c42f6125f25db1504eca040d48f501acf3dcba310f5af50d56fbfe959d1f33b3eacd382f33782077510c7f1a841ae12c5942eb7fa8c libibumad-1.3.10.2.tar.gz"
|
Loading…
x
Reference in New Issue
Block a user