wok diff libmodplug/receipt @ rev 22280

updated xorg-xf86-video-savage (2.3.6 -> 2.3.9)
author Hans-G?nter Theisgen
date Wed Nov 13 14:22:42 2019 +0100 (2019-11-13)
parents 53082fab5f1e
children 65d7d867e0c1
line diff
     1.1 --- a/libmodplug/receipt	Sun Mar 16 00:22:05 2014 +0100
     1.2 +++ b/libmodplug/receipt	Wed Nov 13 14:22:42 2019 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmodplug"
     1.7 -VERSION="0.8.8.1"
     1.8 +VERSION="0.8.9.0"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="A MOD playing library"
    1.11 +SHORT_DESC="A MOD playing library."
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="PublicDomain"
    1.14 +WEB_SITE="http://modplug-xmms.sourceforge.net/" 
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://modplug-xmms.sourceforge.net/" 
    1.18 -WGET_URL="http://downloads.sf.net/sourceforge/modplug-xmms/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20 +WGET_URL="$SF_MIRROR/modplug-xmms/$TARBALL"
    1.21  
    1.22  DEPENDS="gcc-lib-base"
    1.23  BUILD_DEPENDS="gcc-lib-base"
    1.24  
    1.25 +HOST_ARCH="i486 arm"
    1.26 +
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure --prefix=/usr $CONFIGURE_ARGS
    1.32 -	make
    1.33 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.34 +	make -j 1 &&
    1.35  	make DESTDIR=$DESTDIR install
    1.36  }
    1.37