diff --git a/common/shlibs b/common/shlibs index 27fa3b59ca6..d3e2fafb0e0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2071,6 +2071,7 @@ libstfl.so.0 stfl-0.23_1 libCDApplet.so cairo-dock-plugins-3.4.0_1 libldns.so.3 libldns-1.7.1_4 libopenjpeg.so.5 libopenjpeg-1.5.2_1 +libopenpgl.so.0 openpgl-0.5.0_1 liboping.so.0 liboping-1.8.0_1 libloudmouth-1.so.0 loudmouth-1.5.3_12 libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.18_1 diff --git a/srcpkgs/openpgl-devel b/srcpkgs/openpgl-devel new file mode 120000 index 00000000000..639b66efcb7 --- /dev/null +++ b/srcpkgs/openpgl-devel @@ -0,0 +1 @@ +openpgl \ No newline at end of file diff --git a/srcpkgs/openpgl/template b/srcpkgs/openpgl/template new file mode 100644 index 00000000000..5183584a708 --- /dev/null +++ b/srcpkgs/openpgl/template @@ -0,0 +1,24 @@ +# Template file for 'openpgl' +pkgname=openpgl +version=0.5.0 +revision=1 +build_style=cmake +configure_args="-DOPENPGL_BUILD_TOOLS=On" +makedepends="tbb-devel" +short_desc="Intel(R) Open Path Guiding Library" +maintainer="Đoàn Trần Công Danh " +license="Apache-2.0" +homepage="https://github.com/OpenPathGuidingLibrary/openpgl" +distfiles="https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v${version}.tar.gz" +checksum=1ec806d434d45e43e098f82ee9be0cb74928343898c57490b34ff80584e9805a + +openpgl-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/bin + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}