wok-next view ode/receipt @ rev 20555

Fix "DSO missing..." error: loqui, xfprint, notification-daemon-gtk2, xfmedia, evince, celestia(?)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 06 17:43:57 2018 +0300 (2018-04-06)
parents 4396aed7eb01
children 4a67f7e79846
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="slaxemulator@gmail.com"
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="ode-dev"
17 compile_rules() {
18 ./configure \
19 --enable-shared \
20 $CONFIGURE_ARGS &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 ode) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }