mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: Field3D-1.7.3
This commit is contained in:
parent
5f73330e29
commit
95622a0f01
3 changed files with 23 additions and 0 deletions
|
@ -412,6 +412,7 @@ libproxy.so.1 libproxy-0.4.6_1
|
||||||
libmoar.so MoarVM-2015.11_1
|
libmoar.so MoarVM-2015.11_1
|
||||||
libFLAC.so.8 libflac-1.2.1_1
|
libFLAC.so.8 libflac-1.2.1_1
|
||||||
libFLAC++.so.6 libflac-1.2.1_1
|
libFLAC++.so.6 libflac-1.2.1_1
|
||||||
|
libField3D.so.1.7 Field3D-1.7.3_1
|
||||||
libMAC.so.6 libMAC-5.28_1
|
libMAC.so.6 libMAC-5.28_1
|
||||||
libmad.so.0 libmad-0.15.1b_1
|
libmad.so.0 libmad-0.15.1b_1
|
||||||
libmatroska.so.7 libmatroska-1.6.0_1
|
libmatroska.so.7 libmatroska-1.6.0_1
|
||||||
|
|
1
srcpkgs/Field3D-devel
Symbolic link
1
srcpkgs/Field3D-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
Field3D
|
21
srcpkgs/Field3D/template
Normal file
21
srcpkgs/Field3D/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'Field3D'
|
||||||
|
pkgname=Field3D
|
||||||
|
version=1.7.3
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="boost-devel hdf5-devel ilmbase-devel"
|
||||||
|
short_desc="Library for storing voxel data on disk and in memory"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/imageworks/Field3D/wiki/Field3D-Home"
|
||||||
|
distfiles="https://github.com/imageworks/Field3D/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=b6168bc27abe0f5e9b8d01af7794b3268ae301ac72b753712df93125d51a0fd4
|
||||||
|
|
||||||
|
Field3D-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} $makedepends"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue