crashtest: moved back to mxq repo

This commit is contained in:
Bartlomiej Palmowski 2008-05-30 18:31:56 +02:00
parent 50b414a773
commit 826c0ac94f
3 changed files with 0 additions and 39 deletions

View File

@ -1,20 +0,0 @@
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

View File

@ -1 +0,0 @@
8cd9bf9452f0954f97c6b6613d853c68 crashtest-1.0.tar.gz

View File

@ -1,18 +0,0 @@
# 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
}