summarylogtreecommitdiffstats
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
parent4492e5294c3471ddce1729266812418864ac94b9 (diff)
downloadaur-ibpd.tar.gz
Added README to installation. Corrected license to GPL2 or OpenIB.org BSD, per current COPYING file.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 965189fb88a0..a8ba6929aa41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ibpd
pkgdesc = OpenFabrics Alliance InfiniBand proxy daemon
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
license = GPL2
+ license = custom:"OpenIB.org BSD"
depends = glibc
source = https://www.openfabrics.org/downloads/ibpd/ibpd-1.0.1.tar.gz
sha256sums = 7351e64691783d2f3ddc8718d801c3d9e393f4e3c83b225aeea6f2d1be2d7346
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"
}