mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/openscenegraph34 to 3.4.1-1.1
This commit is contained in:
parent
1183761495
commit
69997b7d53
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue