New package: openpgl-0.5.0
This commit is contained in:
parent
2f641c1e6f
commit
89ab927e97
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
openpgl
|
|
@ -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 <congdanhqx@gmail.com>"
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue