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
648
Issues
648
List
Boards
Labels
Service Desk
Milestones
Merge Requests
195
Merge Requests
195
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
7422bcab
Commit
7422bcab
authored
Feb 09, 2018
by
A. Wilcox
Committed by
Ariadne Conill
Feb 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/lksctp-tools: modernise, mark tests broken
parent
fe412952
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
18 deletions
+15
-18
main/lksctp-tools/APKBUILD
main/lksctp-tools/APKBUILD
+15
-18
No files found.
main/lksctp-tools/APKBUILD
View file @
7422bcab
...
...
@@ -5,42 +5,39 @@ pkgrel=0
pkgdesc
=
"User-space access to Linux Kernel SCTP"
url
=
"http://lksctp.sourceforge.net"
arch
=
"all"
options
=
"!check"
# sctp_connectx in v4test fails on kernel 4.14
license
=
"GPL-2.0 and GPL-2.0-or-later and LGPL-2.0 and MIT"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
libtool automake autoconf linux-headers"
makedepends
=
"libtool automake autoconf linux-headers"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://downloads.sourceforge.net/lksctp/lksctp-tools-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/lksctp-tools-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
cd
"
$builddir
"
default_prepare
if
!
[
-e
configure
]
;
then
./bootstrap
fi
}
build
()
{
cd
"
$
_
builddir
"
./configure
--prefix
=
/usr
\
--
disable-static
\
||
return
1
cd
"
$builddir
"
./configure
\
--
prefix
=
/usr
\
--disable-static
make
}
check
()
{
cd
"
$builddir
"
/src/func_tests
make v4test
make v6test
}
package
()
{
cd
"
$
_
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"68e9b8fa4d4e331029b247b72d46d7a5 lksctp-tools-1.0.17.tar.gz"
sha256sums
=
"1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15 lksctp-tools-1.0.17.tar.gz"
sha512sums
=
"055719130b7dda4da9cf002dcd5f1fb3d8cf75300a99365976e087b2b6971b4ccd357f95b515a44e37874af161f7b7f9b42c60191aff938d18fada5a49aa44c4 lksctp-tools-1.0.17.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