# HG changeset patch # User Hans-G?nter Theisgen # Date 1552495453 -3600 # Node ID 72b03b7176b76dd707160c8b5610e4d72bfb1bcc # Parent 7b1d7af13c7116f5c9eb8f008d2167563a82f41f updated irrlicht and irrlicht-dev (1.8.1 -> 1.8.4) diff -r 7b1d7af13c71 -r 72b03b7176b7 irrlicht-dev/receipt --- a/irrlicht-dev/receipt Wed Mar 13 16:29:27 2019 +0100 +++ b/irrlicht-dev/receipt Wed Mar 13 17:44:13 2019 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="irrlicht-dev" -VERSION="1.8.1" +VERSION="1.8.4" CATEGORY="development" -SHORT_DESC="high performance realtime 3D engine written in C++" +SHORT_DESC="High performance realtime 3D engine written in C++." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="zlib/libpng" WEB_SITE="http://irrlicht.sourceforge.net/" + WANTED="irrlicht" - DEPENDS="irrlicht" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 7b1d7af13c71 -r 72b03b7176b7 irrlicht/receipt --- a/irrlicht/receipt Wed Mar 13 16:29:27 2019 +0100 +++ b/irrlicht/receipt Wed Mar 13 17:44:13 2019 +0100 @@ -1,23 +1,25 @@ # SliTaz package receipt. PACKAGE="irrlicht" -VERSION="1.8.1" +VERSION="1.8.4" CATEGORY="development" -SHORT_DESC="high performance realtime 3D engine written in C++" +SHORT_DESC="High performance realtime 3D engine written in C++." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="zlib/libpng" +WEB_SITE="http://irrlicht.sourceforge.net/" + TARBALL="$PACKAGE-$VERSION.zip" -WEB_SITE="http://irrlicht.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="mesa gcc-lib-base libxcb xorg-libXfixes" -BUILD_DEPENDS="xorg-dev mesa-dev" +DEPENDS="gcc-lib-base libxcb mesa xorg-libXfixes" +BUILD_DEPENDS="mesa-dev xorg-dev" # Rules to configure and make the package. compile_rules() { cd $src/source/Irrlicht sed -i "s|^INSTALL_DIR.*|INSTALL_DIR = $DESTDIR/usr/lib|" Makefile + make sharedlib && make && make install