rdma-core: fix build and license

This commit is contained in:
Đoàn Trần Công Danh 2022-12-05 21:28:25 +07:00
parent 438694dce8
commit 1b88a0e104

View file

@ -1,14 +1,14 @@
# Template file for 'rdma-core'
pkgname=rdma-core
version=23.3
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_VALGRIND=OFF"
hostmakedepends="pkg-config python3"
makedepends="libnl3-devel eudev-libudev-devel python3-devel"
short_desc="RDMA core userspace libraries and daemons"
maintainer="Rich G <rich@richgannon.net>"
license="GPL-2.0-or-later, BSD-2-Clause-FreeBSD"
license="GPL-2.0-or-later, BSD-2-Clause, MIT"
homepage="https://github.com/linux-rdma/rdma-core"
distfiles="https://github.com/linux-rdma/rdma-core/releases/download/v${version}/rdma-core-${version}.tar.gz"
checksum=0afb7aa2654ea914c3b5d12e6e8f2fc3f325b0a52da1febf4f66788bf0b2bb14
@ -26,19 +26,14 @@ conf_files="
post_install() {
# Fix path of udev rule
mv ${DESTDIR}/usr/etc/udev/rules.d/70-persistent-ipoib.rules \
mv ${DESTDIR}/etc/udev/rules.d/70-persistent-ipoib.rules \
${DESTDIR}/usr/lib/udev/rules.d
# The cmake is bad
mv ${DESTDIR}/usr/etc/* ${DESTDIR}/etc/
# not needed
rm -rf ${DESTDIR}/usr/lib/systemd ${DESTDIR}/etc/init.d
# Fix location of modprobe.d files
mv ${DESTDIR}/etc/modprobe.d ${DESTDIR}/usr/lib
vlicense COPYING.BSD_FB
vlicense COPYING.BSD_MIT
}
rdma-core-devel_package() {