wok-6.x rev 21061
updated irrlicht and irrlicht-dev (1.8.1 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 13 17:44:13 2019 +0100 (2019-03-13) |
parents | 7b1d7af13c71 |
children | 0892cf0e2c91 |
files | irrlicht-dev/receipt irrlicht/receipt |
line diff
1.1 --- a/irrlicht-dev/receipt Wed Mar 13 16:29:27 2019 +0100 1.2 +++ b/irrlicht-dev/receipt Wed Mar 13 17:44:13 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="irrlicht-dev" 1.7 -VERSION="1.8.1" 1.8 +VERSION="1.8.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="high performance realtime 3D engine written in C++" 1.11 +SHORT_DESC="High performance realtime 3D engine written in C++." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="zlib/libpng" 1.14 WEB_SITE="http://irrlicht.sourceforge.net/" 1.15 + 1.16 WANTED="irrlicht" 1.17 - 1.18 DEPENDS="irrlicht" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/irrlicht/receipt Wed Mar 13 16:29:27 2019 +0100 2.2 +++ b/irrlicht/receipt Wed Mar 13 17:44:13 2019 +0100 2.3 @@ -1,23 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="irrlicht" 2.7 -VERSION="1.8.1" 2.8 +VERSION="1.8.4" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="high performance realtime 3D engine written in C++" 2.11 +SHORT_DESC="High performance realtime 3D engine written in C++." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="zlib/libpng" 2.14 +WEB_SITE="http://irrlicht.sourceforge.net/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.zip" 2.17 -WEB_SITE="http://irrlicht.sourceforge.net/" 2.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.19 2.20 -DEPENDS="mesa gcc-lib-base libxcb xorg-libXfixes" 2.21 -BUILD_DEPENDS="xorg-dev mesa-dev" 2.22 +DEPENDS="gcc-lib-base libxcb mesa xorg-libXfixes" 2.23 +BUILD_DEPENDS="mesa-dev xorg-dev" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 cd $src/source/Irrlicht 2.29 sed -i "s|^INSTALL_DIR.*|INSTALL_DIR = $DESTDIR/usr/lib|" Makefile 2.30 + 2.31 make sharedlib && 2.32 make && 2.33 make install