# Description: Simulated Obstacle Course For Automobiles # URL: http://www.sturmbahnfahrer.com/ # Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl # Depends on: freeglut alsa-lib ode plib name=stormbaancoureur version=2.1.4 release=1 source=(http://bram.creative4vision.nl/sturmbahnfahrer/download/$name-$version.tar.gz $name.desktop) build() { cd $name-$version/src-$name sed -i -e "s/-O2 -g -Wall/$CXXFLAGS/" \ -e 's|/usr/games|/usr/bin|' Makefile sed -i 's|/usr/share/games|/usr/share|' Makefile main.cxx make make DESTDIR=$PKG install # install -D -m 0644 $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop }