wok-next view ode/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
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 }