libogre: unbreak arm + aarch64, add license

This commit is contained in:
newbluemoon 2017-10-25 08:26:35 +02:00 committed by Enno Boland
parent fc1ddb1a5d
commit b52c4d0a5c

View file

@ -1,7 +1,7 @@
# Template file for 'ogre' # Template file for 'ogre'
pkgname=libogre pkgname=libogre
version=1.9.0 version=1.9.0
revision=11 revision=12
build_style=cmake build_style=cmake
_hgrev=108ab0bcc69603dba32c0ffd4bbbc39051f421c9 _hgrev=108ab0bcc69603dba32c0ffd4bbbc39051f421c9
configure_args="-DCMAKE_INSTALL_PREFIX=/usr \ configure_args="-DCMAKE_INSTALL_PREFIX=/usr \
@ -26,13 +26,10 @@ make_build_target="all OgreDoc"
CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse" CXXFLAGS="-fcheck-new -fno-delete-null-pointer-checks -fno-lifetime-dse"
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/3248/steps/shell_3/logs/stdio";;
esac
post_install() { post_install() {
vmkdir /usr/share/doc vmkdir /usr/share/doc
vcopy build/Docs /usr/share/doc/libogre vcopy build/Docs /usr/share/doc/libogre
vlicense COPYING
} }
libogre-devel_package() { libogre-devel_package() {