wok-next view ode/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 4a67f7e79846
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ode"
4 VERSION="0.11.1"
5 CATEGORY="misc"
6 SHORT_DESC="An open source, high performance library for simulating rigid body \
7 dynamics"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="LGPL2.1 BSD"
10 WEB_SITE="http://www.ode.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/opende/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --enable-shared \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 ode) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }