wok-current view bullet-dev/receipt @ rev 25118
Use https://download.tuxfamily.org/ for some broken wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 25 16:14:50 2022 +0000 (2022-06-25) |
parents | fc9203de5ff2 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="bullet-dev"
4 VERSION="2.89"
5 CATEGORY="development"
6 SHORT_DESC="3D Real-Time Multiphysics Library - development files."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://www.bulletphysics.com/Bullet/"
11 DEPENDS="bullet pkg-config"
12 WANTED="bullet"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }