parent
516e24123a
commit
ae5d19d63c
|
@ -2837,6 +2837,8 @@ librgw.so.2 ceph-11.2.0_1
|
|||
libec_isa.so.2 ceph-11.2.0_1
|
||||
libceph_snappy.so.2 ceph-11.2.0_1
|
||||
libceph_zlib.so.2 ceph-11.2.0_1
|
||||
libsctp.so.1 lksctp-tools-1.0.17_1
|
||||
libwithsctp.so.1 lksctp-tools-1.0.17_1
|
||||
libnss_ldap.so.2 nss-pam-ldapd-0.9.7_4
|
||||
libunshield.so.0 libunshield-0.6_1
|
||||
libMyGUIEngine.so.3 libmygui-3.2.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
lksctp-tools
|
|
@ -0,0 +1,27 @@
|
|||
# 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue