Search by
Keywords
Out of Date
Sort by
Sort order
Per page
I hope to add a pkgconf file to the packaging function. I encountered the problem of not finding this package when packaging another software. It was found that the pkgconf file was missing. Thank you.
install -Dm644 /dev/stdin "$pkgdir/usr/lib/pkgconfig/rapidcsv.pc" << EOF prefix=/usr exec_prefix=\${prefix} includedir=\${prefix}/include Name: rapidcsv Description: C++ CSV parser library Version: ${pkgver} URL: https://github.com/d99kris/rapidcsv Cflags: -I\${includedir} EOF
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I hope to add a pkgconf file to the packaging function. I encountered the problem of not finding this package when packaging another software. It was found that the pkgconf file was missing. Thank you.