wok diff libmodplug/receipt @ rev 21489
posixovl: update xattr.h path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 01 16:45:54 2019 +0200 (2019-05-01) |
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 May 01 16:45:54 2019 +0200 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