wok-next diff ode/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 4a67f7e79846
children
line diff
     1.1 --- a/ode/receipt	Tue Apr 17 01:13:26 2018 +0300
     1.2 +++ b/ode/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -5,14 +5,14 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="An open source, high performance library for simulating rigid body \
     1.6  dynamics"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="LGPL2.1 BSD"
    1.10  WEB_SITE="http://www.ode.org/"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WGET_URL="$SF_MIRROR/opende/$TARBALL"
    1.14  
    1.15 -SPLIT="ode-dev"
    1.16 +SPLIT="$PACKAGE-dev"
    1.17  
    1.18  compile_rules() {
    1.19  	./configure \
    1.20 @@ -20,7 +20,7 @@
    1.21  		$CONFIGURE_ARGS &&
    1.22  	fix libtool &&
    1.23  	make &&
    1.24 -	make DESTDIR=$DESTDIR install
    1.25 +	make DESTDIR=$install install
    1.26  }
    1.27  
    1.28  genpkg_rules() {