wok-6.x diff libsdl-net/receipt @ rev 21968
updated sshguard (2.2.0 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 11 13:01:05 2019 +0100 (2019-10-11) |
parents | 4cd474907d60 |
children | ede1d184d5c5 |
line diff
1.1 --- a/libsdl-net/receipt Wed Apr 02 10:38:57 2014 +0200 1.2 +++ b/libsdl-net/receipt Fri Oct 11 13:01:05 2019 +0100 1.3 @@ -2,23 +2,27 @@ 1.4 1.5 PACKAGE="libsdl-net" 1.6 SOURCE="SDL_net" 1.7 -VERSION="1.2.7" 1.8 +VERSION="1.2.8" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="SDL net support." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 +WEB_SITE="http://www.libsdl.org/projects/SDL_net/" 1.14 + 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.libsdl.org/projects/SDL_net/" 1.17 WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="libsdl" 1.21 BUILD_DEPENDS="libsdl-dev" 1.22 1.23 +HOST_ARCH="i486 arm" 1.24 + 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure $CONFIGURE_ARGS && make && make install 1.29 + ./configure $CONFIGURE_ARGS && 1.30 + make -j 1 && 1.31 + make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.