Package Numpty Physics

This commit is contained in:
Emery Hemingway
2019-02-20 13:39:35 +01:00
parent 97ff910325
commit d4480964de
7 changed files with 84 additions and 0 deletions

View 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.

View 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

View File

@@ -0,0 +1 @@
-

View 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>

View 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 $@

View File

@@ -0,0 +1 @@
-

View File

@@ -0,0 +1,8 @@
base
libc
sdl
sdl_image
sdl_ttf
stdcxx
vfs
zlib