wok diff libmikmod/receipt @ rev 21890

updated screen, screen-pam and screen-terminfo (4.2.1 -> 4.7.0)
author Hans-G?nter Theisgen
date Thu Oct 03 11:03:39 2019 +0100 (2019-10-03)
parents 47db6c314932
children 65d7d867e0c1
line diff
     1.1 --- a/libmikmod/receipt	Thu Apr 17 10:49:27 2014 +0400
     1.2 +++ b/libmikmod/receipt	Thu Oct 03 11:03:39 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmikmod"
     1.7 -VERSION="3.3.6"
     1.8 +VERSION="3.3.11.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Mikmod module player library."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="LGPL2 LGPL2.1"
    1.13 +WEB_SITE="http://mikmod.shlomifish.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://mikmod.shlomifish.org/"
    1.17 -WGET_URL="http://downloads.sourceforge.net/project/mikmod/$PACKAGE/$VERSION/$TARBALL"
    1.18 +WGET_URL="$SF_MIRROR/mikmod/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21  BUILD_DEPENDS="bash"
    1.22 @@ -16,12 +17,14 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	touch macintosh/_libmikmodversion.r
    1.28  	sed -i 's|\$(SHELL)|/bin/bash|' configure
    1.29 -	./configure --prefix=/usr \
    1.30 +
    1.31 +	./configure		\
    1.32 +		--prefix=/usr	\
    1.33  		$CONFIGURE_ARGS &&
    1.34 -	make && make install
    1.35 +	make -j 1 &&
    1.36 +	make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 @@ -30,4 +33,3 @@
    1.41  	mkdir -p $fs/usr/lib
    1.42  	cp -a $install/usr/lib/*.so* /$fs/usr/lib
    1.43  }
    1.44 -