diff --git a/crashtest/.footprint b/crashtest/.footprint new file mode 100644 index 000000000..ebb475d9d --- /dev/null +++ b/crashtest/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/crashtest +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/crashtest/ +drwxr-xr-x root/root usr/share/crashtest/models/ +-rw-r--r-- root/root usr/share/crashtest/models/biped_foot.3ds +-rw-r--r-- root/root usr/share/crashtest/models/biped_head.3ds +-rw-r--r-- root/root usr/share/crashtest/models/biped_lowerarm.3ds +-rw-r--r-- root/root usr/share/crashtest/models/biped_lowerleg.3ds +-rw-r--r-- root/root usr/share/crashtest/models/biped_torso.3ds +-rw-r--r-- root/root usr/share/crashtest/models/biped_upperarm.3ds +-rw-r--r-- root/root usr/share/crashtest/models/biped_upperleg.3ds +-rw-r--r-- root/root usr/share/crashtest/models/brick_full.3ds +-rw-r--r-- root/root usr/share/crashtest/models/brick_half.3ds +-rw-r--r-- root/root usr/share/crashtest/models/cart.3ds +-rw-r--r-- root/root usr/share/crashtest/models/nwoplate.ac +-rw-r--r-- root/root usr/share/crashtest/models/saralogo.bmp +-rw-r--r-- root/root usr/share/crashtest/models/testground.3ds +-rw-r--r-- root/root usr/share/crashtest/models/wheel.3ds diff --git a/crashtest/.md5sum b/crashtest/.md5sum new file mode 100644 index 000000000..2e0715bf1 --- /dev/null +++ b/crashtest/.md5sum @@ -0,0 +1 @@ +8cd9bf9452f0954f97c6b6613d853c68 crashtest-1.0.tar.gz diff --git a/crashtest/Pkgfile b/crashtest/Pkgfile new file mode 100644 index 000000000..a1021e7ba --- /dev/null +++ b/crashtest/Pkgfile @@ -0,0 +1,18 @@ +# Description: simulates car crashes +# URL: http://bram.creative4vision.nl/crashtest/ +# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl +# Depends on: fltk alsa-lib ode plib + +name=crashtest +version=1.0 +release=1 +source=(http://bram.creative4vision.nl/$name/$name-$version.tar.gz) + +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 crashtest.cxx + make + make DESTDIR=$PKG install +}