# HG changeset patch # User Hans-G?nter Theisgen # Date 1555595160 -3600 # Node ID 591d89fd6b00084f492f62f7764ee55409e40c10 # Parent 4edee500eec93fbd41a86720a19f4d91f216a52d updated libsdl2-net and libsdl2-net-dev (2.0.0 -> 2.0.1) diff -r 4edee500eec9 -r 591d89fd6b00 libsdl2-net-dev/receipt --- a/libsdl2-net-dev/receipt Thu Apr 18 14:42:22 2019 +0100 +++ b/libsdl2-net-dev/receipt Thu Apr 18 14:46:00 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="libsdl2-net-dev" -VERSION="2.0.0" +VERSION="2.0.1" CATEGORY="development" -SHORT_DESC="SDL2 net lib devel files." +SHORT_DESC="SDL2 net library - development files." MAINTAINER="tcg.thegamer@gmail.com" LICENSE="LGPL2.1" +WEB_SITE="http://www.libsdl.org/projects/SDL_net/" + +SOURCE="SDL_net" WANTED="libsdl2-net" -SOURCE="SDL_net" -WEB_SITE="http://www.libsdl.org/projects/SDL_net/" +DEPENDS="libsdl2-net" + HOST_ARCH="i486 arm" -DEPENDS="libsdl2-net" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.a $fs/usr/lib cp -a $install/usr/include $fs/usr } diff -r 4edee500eec9 -r 591d89fd6b00 libsdl2-net/receipt --- a/libsdl2-net/receipt Thu Apr 18 14:42:22 2019 +0100 +++ b/libsdl2-net/receipt Thu Apr 18 14:46:00 2019 +0100 @@ -1,24 +1,28 @@ # SliTaz package receipt. PACKAGE="libsdl2-net" -SOURCE="SDL2_net" -VERSION="2.0.0" +VERSION="2.0.1" CATEGORY="x-window" SHORT_DESC="SDL2 net support." MAINTAINER="tcg.thegamer@gmail.com" LICENSE="LGPL2.1" +WEB_SITE="http://www.libsdl.org/projects/SDL_net/" + +SOURCE="SDL2_net" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.libsdl.org/projects/SDL_net/" WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="libsdl2" BUILD_DEPENDS="libsdl2-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.