mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
parent
b15b403d82
commit
5e599bc514
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lksctp-tools'
|
# Template file for 'lksctp-tools'
|
||||||
pkgname=lksctp-tools
|
pkgname=lksctp-tools
|
||||||
version=1.0.18
|
version=1.0.18
|
||||||
revision=1
|
revision=2
|
||||||
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"
|
||||||
|
@ -15,6 +15,10 @@ 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