mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/openscenegraph to 3.6.3-1.1
This commit is contained in:
parent
635a91c02c
commit
1183761495
1 changed files with 5 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
# Contributor: Colin Pitrat <colin.pitrat@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - comment moving non-existent lib64 directory in package
|
||||
# - move lib64 directory in package for aarch64 only
|
||||
|
||||
pkgname=openscenegraph
|
||||
pkgver=3.6.3
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc='Open Source, high performance real-time graphics toolkit'
|
||||
url='http://www.openscenegraph.org'
|
||||
arch=('x86_64')
|
||||
|
@ -38,7 +38,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