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.19; orphan.
This commit is contained in:
parent
ef44900d30
commit
53b14d243c
1 changed files with 5 additions and 8 deletions
|
@ -1,24 +1,21 @@
|
||||||
# Template file for 'lksctp-tools'
|
# Template file for 'lksctp-tools'
|
||||||
pkgname=lksctp-tools
|
pkgname=lksctp-tools
|
||||||
version=1.0.18
|
version=1.0.19
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
||||||
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"
|
||||||
|
changelog="https://raw.githubusercontent.com/sctp/lksctp-tools/master/ChangeLog"
|
||||||
distfiles="https://github.com/sctp/lksctp-tools/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sctp/lksctp-tools/archive/v${version}.tar.gz"
|
||||||
checksum=3e9ab5b3844a8b65fc8152633aafe85f406e6da463e53921583dfc4a443ff03a
|
checksum=9251b1368472fb55aaeafe4787131bdde4e96758f6170620bc75b638449cef01
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
mv ${DESTDIR}/usr/include/netinet/sctp.h{.in,}
|
|
||||||
}
|
|
||||||
|
|
||||||
lksctp-tools-devel_package() {
|
lksctp-tools-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue