summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 18:25:29 -0400
committerJames P. Harvey2018-10-17 18:25:29 -0400
commite279818d9644c12d79df44e1b79d1f606213cf13 (patch)
tree435f34152f5671757de6c0d30b53b9259881a10b
parentb41b680f50e63690aac628a3502e2c84ba8f649b (diff)
downloadaur-e279818d9644c12d79df44e1b79d1f606213cf13.tar.gz
Added docs to installation. Corrected custom license name to OpenIB.org BSD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd13f2604722..dbb415db08d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = opensm-systemd-multiple-interfaces
pkgdesc = OpenFabrics Alliance InfiniBand Subnet Manager and Administrator
pkgver = 3.3.21
- pkgrel = 2
+ pkgrel = 3
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
license = GPL2
- license = custom:"Open Fabrics Alliance BSD"
+ license = custom:"OpenIB.org BSD"
depends = rdma-core
depends = bash
provides = opensm
diff --git a/PKGBUILD b/PKGBUILD
index a1e473e8d377..632128d16e29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=opensm-systemd-multiple-interfaces
_pkgname=opensm
pkgver=3.3.21
-pkgrel=2
+pkgrel=3
pkgdesc='OpenFabrics Alliance InfiniBand Subnet Manager and Administrator'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
-license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
+license=('GPL2' 'custom:"OpenIB.org BSD"')
provides=('opensm')
conflicts=('opensm')
depends=('rdma-core' 'bash')
@@ -45,4 +45,7 @@ package() {
install -Dm644 "${srcdir}/opensm.service" "${pkgdir}/usr/lib/systemd/system/opensm.service"
install -Dm755 "${srcdir}/opensm.launch" "${pkgdir}/usr/bin/opensm.launch"
install -Dm644 "${srcdir}/opensm_extra.conf" "${pkgdir}/etc/opensm_extra.conf"
+
+ mkdir --parents "${pkgdir}/usr/share/docs/${pkgname}"
+ cp doc/* "${pkgdir}/usr/share/docs/${pkgname}"
}