community/openscenegraph34 to 3.4.1-1.1

This commit is contained in:
Kevin Mihelich 2019-07-09 01:44:39 +00:00
parent 1183761495
commit 69997b7d53
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@
pkgname=openscenegraph34
pkgver=3.4.1
pkgrel=1
pkgrel=1.1
pkgdesc='Open Source, high performance real-time graphics toolkit (version 3.4)'
url='http://www.openscenegraph.org'
arch=('x86_64')
@ -48,7 +48,9 @@ package() {
cd OpenSceneGraph-OpenSceneGraph-${pkgver}
make -C build DESTDIR="${pkgdir}" install
install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
#mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
if [[ $CARCH == "aarch64" ]]; then
mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
fi
}
# vim: ts=2 sw=2 et: