28 lines
748 B
Bash
28 lines
748 B
Bash
# Template file for 'lksctp-tools'
|
|
pkgname=lksctp-tools
|
|
version=1.0.17
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool linux-headers"
|
|
short_desc="User-space access to Linux Kernel SCTP"
|
|
maintainer="bitshark <bitshark@bitshark.net>"
|
|
license="GPL-3 GPL-2 LGPL-2"
|
|
homepage="http://lksctp.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/lksctp/${pkgname}-${version}.tar.gz"
|
|
checksum=1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
lksctp-tools-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|