wok diff ode/receipt @ rev 24406
updated clamav and clamav-dev (0.102.3 -> 0.104.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 09 13:44:54 2022 +0100 (2022-02-09) |
parents | 9320d368d08a |
children | d7522d21c4d3 |
line diff
1.1 --- a/ode/receipt Thu May 23 10:46:10 2019 +0100 1.2 +++ b/ode/receipt Wed Feb 09 13:44:54 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ode" 1.7 -VERSION="0.16" 1.8 +VERSION="0.16.1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="An open source, high performance library for simulating rigid body dynamics." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -11,16 +11,15 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="https://bitbucket.org/odedevs/$PACKAGE/downloads/$TARBALL" 1.15 1.16 -DEPENDS="" 1.17 +DEPENDS="gcc83-lib-base" 1.18 BUILD_DEPENDS="gcc83 libtool" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - export CC=gcc-83 1.24 - export CXX=g++-83 1.25 - 1.26 ./configure \ 1.27 + CC=gcc-83 \ 1.28 + CXX=g++-83 \ 1.29 --prefix=/usr \ 1.30 --infodir=/usr/share/info \ 1.31 --mandir=/usr/share/man \ 1.32 @@ -34,5 +33,5 @@ 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr/lib 1.36 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.37 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.38 }