wok diff irrlicht/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 a371ce86818b
children ba7cbdb5749c
line diff
     1.1 --- a/irrlicht/receipt	Tue Feb 24 11:22:31 2015 +0100
     1.2 +++ b/irrlicht/receipt	Sat Apr 20 17:16:39 2019 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="irrlicht"
     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  TARBALL="$PACKAGE-$VERSION.zip"
    1.17 -WEB_SITE="http://irrlicht.sourceforge.net/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="mesa gcc-lib-base libxcb xorg-libXfixes"
    1.21 -BUILD_DEPENDS="xorg-dev mesa-dev"
    1.22 +DEPENDS="gcc-lib-base libxcb mesa xorg-libXfixes"
    1.23 +BUILD_DEPENDS="mesa-dev xorg-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	cd $src/source/Irrlicht
    1.29  	sed -i "s|^INSTALL_DIR.*|INSTALL_DIR = $DESTDIR/usr/lib|" Makefile
    1.30 +
    1.31  	make sharedlib &&
    1.32  	make &&
    1.33  	make install