Package Numpty Physics
This commit is contained in:
7
recipes/pkg/numptyphysics/README
Normal file
7
recipes/pkg/numptyphysics/README
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
Numpty Physics
|
||||
|
||||
Harness gravity with your crayon and set about
|
||||
creating blocks, ramps, levers, pulleys and
|
||||
whatever else you fancy to get the little red
|
||||
thing to the little yellow thing.
|
||||
12
recipes/pkg/numptyphysics/archives
Normal file
12
recipes/pkg/numptyphysics/archives
Normal file
@@ -0,0 +1,12 @@
|
||||
_/src/freetype
|
||||
_/src/jpeg
|
||||
_/src/libc
|
||||
_/src/libpng
|
||||
_/src/numptyphysics
|
||||
_/src/sdl
|
||||
_/src/sdl_image
|
||||
_/src/sdl_mixer
|
||||
_/src/sdl_ttf
|
||||
_/src/stdcxx
|
||||
_/src/vfs
|
||||
_/src/zlib
|
||||
1
recipes/pkg/numptyphysics/hash
Normal file
1
recipes/pkg/numptyphysics/hash
Normal file
@@ -0,0 +1 @@
|
||||
-
|
||||
40
recipes/pkg/numptyphysics/runtime
Normal file
40
recipes/pkg/numptyphysics/runtime
Normal file
@@ -0,0 +1,40 @@
|
||||
<runtime ram="64M" caps="192" binary="numptyphysics">
|
||||
|
||||
<requires>
|
||||
<audio_out/>
|
||||
<file_system/>
|
||||
<nitpicker/>
|
||||
<timer/>
|
||||
<rtc/>
|
||||
</requires>
|
||||
|
||||
<content>
|
||||
<rom label="freetype.lib.so"/>
|
||||
<rom label="jpeg.lib.so"/>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
<rom label="libpng.lib.so"/>
|
||||
<rom label="numptyphysics"/>
|
||||
<rom label="numptyphysics_data.tar"/>
|
||||
<rom label="sdl_image.lib.so"/>
|
||||
<rom label="sdl.lib.so"/>
|
||||
<rom label="sdl_ttf.lib.so"/>
|
||||
<rom label="stdcxx.lib.so"/>
|
||||
<rom label="vfs.lib.so"/>
|
||||
<rom label="zlib.lib.so"/>
|
||||
</content>
|
||||
|
||||
<config>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
<vfs>
|
||||
<ram/>
|
||||
<tar name="numptyphysics_data.tar" />
|
||||
<dir name="dev">
|
||||
<log/> <rtc/>
|
||||
</dir>
|
||||
<fs/>
|
||||
</vfs>
|
||||
</config>
|
||||
|
||||
</runtime>
|
||||
15
recipes/src/numptyphysics/content.mk
Normal file
15
recipes/src/numptyphysics/content.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
APP_DIR = src/app/numptyphysics
|
||||
|
||||
MIRROR_FROM_PORT_AND_REP_DIR := $(APP_DIR)
|
||||
|
||||
content: $(MIRROR_FROM_PORT_AND_REP_DIR) LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/numptyphysics)
|
||||
|
||||
$(MIRROR_FROM_PORT_AND_REP_DIR):
|
||||
mkdir -p $(dir $@)
|
||||
cp -r $(PORT_DIR)/$@ $(dir $@)
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/$(APP_DIR)/COPYING $@
|
||||
1
recipes/src/numptyphysics/hash
Normal file
1
recipes/src/numptyphysics/hash
Normal file
@@ -0,0 +1 @@
|
||||
-
|
||||
8
recipes/src/numptyphysics/used_apis
Normal file
8
recipes/src/numptyphysics/used_apis
Normal file
@@ -0,0 +1,8 @@
|
||||
base
|
||||
libc
|
||||
sdl
|
||||
sdl_image
|
||||
sdl_ttf
|
||||
stdcxx
|
||||
vfs
|
||||
zlib
|
||||
Reference in New Issue
Block a user