community/openvdb to 7.0.0-3

This commit is contained in:
Kevin Mihelich 2020-02-16 00:48:20 +00:00
parent 2715cbded9
commit 0dde08823d

View file

@ -2,10 +2,9 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - explicitly link v5/v6 with libatomic
pkgname=openvdb
pkgver=7.0.0
pkgrel=2
pkgrel=3
pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids'
url='https://github.com/dreamworksanimation/openvdb'
arch=('x86_64')
@ -46,6 +45,8 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}/build"
DESTDIR="${pkgdir}" ninja install
mkdir -p "${pkgdir}"/usr/share/doc/
mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/doc/$pkgname
}
# vim:set sw=2 sts=2 et: