mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lksctp-tools: update to 1.0.18.
This commit is contained in:
parent
9cde33e1d4
commit
50f438d73f
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'lksctp-tools'
|
# Template file for 'lksctp-tools'
|
||||||
pkgname=lksctp-tools
|
pkgname=lksctp-tools
|
||||||
version=1.0.17
|
version=1.0.18
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool linux-headers"
|
hostmakedepends="automake libtool linux-headers"
|
||||||
short_desc="User-space access to Linux Kernel SCTP"
|
short_desc="User-space access to Linux Kernel SCTP"
|
||||||
maintainer="bitshark <bitshark@bitshark.net>"
|
maintainer="bitshark <bitshark@bitshark.net>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-only"
|
license="GPL-2.0-or-later, LGPL-2.1-only"
|
||||||
homepage="http://lksctp.sourceforge.net"
|
homepage="http://lksctp.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lksctp/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/sctp/lksctp-tools/archive/v${version}.tar.gz"
|
||||||
checksum=1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15
|
checksum=3e9ab5b3844a8b65fc8152633aafe85f406e6da463e53921583dfc4a443ff03a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -23,5 +23,6 @@ lksctp-tools-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue