summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb41b680f50e63690aac628a3502e2c84ba8f649b (diff)
downloadaur-e279818d9644c12d79df44e1b79d1f606213cf13.tar.gz
Added docs to installation. Corrected custom license name to OpenIB.org BSD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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}"
}