# Description: an open source high performance realtime 3D engine written in C++ # URL: http://irrlicht.sourceforge.net/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: mesa3d xorg-libxxf86vm xorg-libx11 xorg-libxshmfence xorg-libxdmcp name=irrlicht version=1.8.4 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.zip) build() { cd $name-$version/source/Irrlicht make NDEBUG=1 sharedlib make NDEBUG=1 sed -i "/^INSTALL_DIR/s:=.*:=$PKG/usr/lib:" Makefile make install install -m644 libIrrlicht.a $PKG/usr/lib/ }