wok-current annotate bullet-dev/receipt @ rev 23482
updated python-flask (1.0.2 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 16:43:47 2020 +0100 (2020-04-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 } |