wok diff libspectrum/receipt @ rev 21349

ejabberd: added cacerts to BUILD_DEPENDS
author Hans-G?nter Theisgen
date Sat Apr 20 17:16:39 2019 +0100 (2019-04-20)
parents 6eff489aa802
children 87b6697bb350
line diff
     1.1 --- a/libspectrum/receipt	Tue Jun 11 11:57:36 2013 +0200
     1.2 +++ b/libspectrum/receipt	Sat Apr 20 17:16:39 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspectrum"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.4.4"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="ZX Spectrum emulator support library"
    1.11 +SHORT_DESC="ZX Spectrum emulator support library."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://fuse-emulator.sourceforge.net/libspectrum.php"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://fuse-emulator.sourceforge.net/libspectrum.php"
    1.18  WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL"
    1.19  
    1.20 -DEPENDS="zlib libgcrypt glib audiofile"
    1.21 +DEPENDS="audiofile glib libgcrypt zlib"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27 -	./configure $CONFIGURE_ARGS && make && make install
    1.28 +	./configure $CONFIGURE_ARGS &&
    1.29 +	make -j 1 &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 @@ -25,4 +27,3 @@
    1.35  	mkdir -p $fs/usr/lib
    1.36  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.37  }
    1.38 -