Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rasmus Thomsen
aports
Commits
6aa3b402
Commit
6aa3b402
authored
Jun 27, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/opensm: fix url fix license
parent
300b1b78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
testing/opensm/APKBUILD
testing/opensm/APKBUILD
+7
-13
No files found.
testing/opensm/APKBUILD
View file @
6aa3b402
...
...
@@ -2,41 +2,35 @@
# Maintainer:
pkgname
=
opensm
pkgver
=
3.3.20
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"OpenSM InfiniBand subnet manager"
url
=
"https://
www.openfabrics.org/index.php/openfabrics-software.html
"
url
=
"https://
github.com/linux-rdma/opensm
"
arch
=
"x86 x86_64 ppc64le"
license
=
"GPL-2.0 BSD"
depends
=
""
license
=
"GPL-2.0-only OR BSD-2-Clause"
depends_dev
=
"libibumad-dev"
makedepends
=
"
$depends_dev
bison flex"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://www.openfabrics.org/downloads/management/
$pkgname
-
$pkgver
.tar.gz
0001-musl-fixes.patch"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
update_config_sub
default_prepare
||
return
1
default_prepare
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
||
return
1
make
||
return
1
--localstatedir
=
/var
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"ed615b4681e94ef2e13a5de773ab89a3 opensm-3.3.20.tar.gz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment