wok diff libmodplug/receipt @ rev 22414

clamav: libcurl-devel is required in order to build freshclam and clamsubmit
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 14 20:04:51 2019 +0000 (2019-12-14)
parents 53082fab5f1e
children 65d7d867e0c1
line diff
     1.1 --- a/libmodplug/receipt	Sun Mar 16 00:22:05 2014 +0100
     1.2 +++ b/libmodplug/receipt	Sat Dec 14 20:04:51 2019 +0000
     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