wok annotate bullet-dev/receipt @ rev 24121
updated xfig again (3.2.5b -> 3.2.8b)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 05 17:05:03 2021 +0100 (2021-10-05) |
parents | fc9203de5ff2 |
children |
rev | line source |
---|---|
pascal@15721 | 1 # SliTaz package receipt. |
pascal@15721 | 2 |
pascal@15721 | 3 PACKAGE="bullet-dev" |
Hans-G?nter@22571 | 4 VERSION="2.89" |
pascal@15721 | 5 CATEGORY="development" |
Hans-G?nter@22571 | 6 SHORT_DESC="3D Real-Time Multiphysics Library - development files." |
pascal@15721 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@15721 | 8 LICENSE="zlib/libpng" |
Hans-G?nter@22571 | 9 WEB_SITE="https://www.bulletphysics.com/Bullet/" |
pascal@15721 | 10 |
pascal@19774 | 11 DEPENDS="bullet pkg-config" |
Hans-G?nter@22571 | 12 WANTED="bullet" |
pascal@15721 | 13 |
pascal@15721 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15721 | 15 genpkg_rules() |
pascal@15721 | 16 { |
pascal@15721 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@22571 | 18 |
Hans-G?nter@22571 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22571 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15721 | 21 } |