summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 17:32:34 -0400
committerJames P. Harvey2018-10-17 17:32:34 -0400
commit7ec8e0b9891d0c0a867e2aaafab295237c28d303 (patch)
tree47170ae31d722d6b083e661c64a941d57dc440fe /PKGBUILD
parent4492e5294c3471ddce1729266812418864ac94b9 (diff)
downloadaur-7ec8e0b9891d0c0a867e2aaafab295237c28d303.tar.gz
Added README to installation. Corrected license to GPL2 or OpenIB.org BSD, per current COPYING file.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faab2ac11cc6..05e30bd13277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ibpd
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='OpenFabrics Alliance InfiniBand proxy daemon'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
-license=('GPL2')
+license=('GPL2' 'custom:"OpenIB.org BSD"')
depends=('glibc')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('7351e64691783d2f3ddc8718d801c3d9e393f4e3c83b225aeea6f2d1be2d7346')
@@ -26,4 +26,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+ install -Dm644 README "${pkgdir}/usr/share/docs/${pkgname}/README"
}