forked from ports/contrib
crashtest: new port
This commit is contained in:
parent
61cd93ceaa
commit
aeefcbe3ff
20
crashtest/.footprint
Normal file
20
crashtest/.footprint
Normal file
@ -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
|
1
crashtest/.md5sum
Normal file
1
crashtest/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8cd9bf9452f0954f97c6b6613d853c68 crashtest-1.0.tar.gz
|
18
crashtest/Pkgfile
Normal file
18
crashtest/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user