mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/openvdb to 7.0.0-3
This commit is contained in:
parent
2715cbded9
commit
0dde08823d
1 changed files with 3 additions and 2 deletions
|
@ -2,10 +2,9 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - explicitly link v5/v6 with libatomic
|
# - explicitly link v5/v6 with libatomic
|
||||||
|
|
||||||
pkgname=openvdb
|
pkgname=openvdb
|
||||||
pkgver=7.0.0
|
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'
|
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'
|
url='https://github.com/dreamworksanimation/openvdb'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -46,6 +45,8 @@ package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}/build"
|
cd "${srcdir}/${pkgname}-${pkgver}/build"
|
||||||
|
|
||||||
DESTDIR="${pkgdir}" ninja install
|
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:
|
# vim:set sw=2 sts=2 et:
|
||||||
|
|
Loading…
Reference in a new issue