parent
b15b403d82
commit
5e599bc514
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lksctp-tools'
|
||||
pkgname=lksctp-tools
|
||||
version=1.0.18
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool linux-headers"
|
||||
short_desc="User-space access to Linux Kernel SCTP"
|
||||
|
@ -15,6 +15,10 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/include/netinet/sctp.h{.in,}
|
||||
}
|
||||
|
||||
lksctp-tools-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue