wok diff ode/receipt @ rev 25491
Up foomatic-db-nonfree (20221116)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 17 12:13:24 2022 +0000 (23 months ago) |
parents | d7522d21c4d3 |
children |
line diff
1.1 --- a/ode/receipt Sat Feb 19 19:01:32 2022 +0000 1.2 +++ b/ode/receipt Thu Nov 17 12:13:24 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ode" 1.7 -VERSION="0.16.1" 1.8 +VERSION="0.16.2" 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 @@ -33,12 +33,11 @@ 1.13 --enable-shared \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install 1.17 + make install DESTDIR=$DESTDIR 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 + cook_copy_files *.so* 1.26 }