mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/bullet: Updated for version 3.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d10a1e6946
commit
f69d465d65
2 changed files with 8 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bullet
|
||||
VERSION=${VERSION:-3.09}
|
||||
VERSION=${VERSION:-3.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,6 +84,10 @@ cd build
|
|||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
mv $PKG/usr/lib/libclsocket.a $PKG/usr/lib${LIBDIRSUFFIX}/libclsocket.a
|
||||
fi
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bullet"
|
||||
VERSION="3.09"
|
||||
VERSION="3.17"
|
||||
HOMEPAGE="http://www.bulletphysics.com/Bullet/"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/3.09/bullet3-3.09.tar.gz"
|
||||
MD5SUM="7d1b8c685006a311895f7675d4757acd"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/3.17/bullet3-3.17.tar.gz"
|
||||
MD5SUM="7711bce9a49c289a08ecda34eaa0f32e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue