summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 16:20:32 -0400
committerJames P. Harvey2018-10-17 16:26:08 -0400
commit2948407af29f12ad68ba47d1109f3d74e914a05c (patch)
tree6d627260b392a1da3692b62d6d75b30bb9f7ac62
parentb43ce2f6f4eb3a190f5ddb7e2ec8f33d17506fb9 (diff)
downloadaur-2948407af29f12ad68ba47d1109f3d74e914a05c.tar.gz
Corrected license to GPL2 only, per current COPYING file. GPL2 doesn't need to be copied.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 951149fdad07..a357f8d4876e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = ibsim
pkgdesc = OpenFabrics Alliance InfiniBand simulator utilities
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
license = GPL2
- license = custom:"Open Fabrics Alliance BSD"
depends = libibmad
depends = bash
source = https://www.openfabrics.org/downloads/management/ibsim-0.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 45652aac0654..a6cd1823c7c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ibsim
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc='OpenFabrics Alliance InfiniBand simulator utilities'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
-license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
+license=('GPL2')
depends=('libibmad' 'bash')
source=("https://www.openfabrics.org/downloads/management/${pkgname}-${pkgver}.tar.gz")
sha256sums=('66908257f0de6866589b6f4b99e9cfd2805d4d3ed61631e09d15eae876202e24')
@@ -20,7 +20,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make libpath=/usr/lib DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/README"
mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
cp -r net-examples scripts "${pkgdir}/usr/share/doc/${pkgname}"