From d4480964dea21e8bfb65c21c33279b265141af60 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 20 Feb 2019 13:39:35 +0100 Subject: [PATCH] Package Numpty Physics --- recipes/pkg/numptyphysics/README | 7 +++++ recipes/pkg/numptyphysics/archives | 12 +++++++++ recipes/pkg/numptyphysics/hash | 1 + recipes/pkg/numptyphysics/runtime | 40 ++++++++++++++++++++++++++++ recipes/src/numptyphysics/content.mk | 15 +++++++++++ recipes/src/numptyphysics/hash | 1 + recipes/src/numptyphysics/used_apis | 8 ++++++ 7 files changed, 84 insertions(+) create mode 100644 recipes/pkg/numptyphysics/README create mode 100644 recipes/pkg/numptyphysics/archives create mode 100644 recipes/pkg/numptyphysics/hash create mode 100644 recipes/pkg/numptyphysics/runtime create mode 100644 recipes/src/numptyphysics/content.mk create mode 100644 recipes/src/numptyphysics/hash create mode 100644 recipes/src/numptyphysics/used_apis diff --git a/recipes/pkg/numptyphysics/README b/recipes/pkg/numptyphysics/README new file mode 100644 index 0000000..3277a04 --- /dev/null +++ b/recipes/pkg/numptyphysics/README @@ -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. diff --git a/recipes/pkg/numptyphysics/archives b/recipes/pkg/numptyphysics/archives new file mode 100644 index 0000000..331dff3 --- /dev/null +++ b/recipes/pkg/numptyphysics/archives @@ -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 diff --git a/recipes/pkg/numptyphysics/hash b/recipes/pkg/numptyphysics/hash new file mode 100644 index 0000000..39cdd0d --- /dev/null +++ b/recipes/pkg/numptyphysics/hash @@ -0,0 +1 @@ +- diff --git a/recipes/pkg/numptyphysics/runtime b/recipes/pkg/numptyphysics/runtime new file mode 100644 index 0000000..0b3f001 --- /dev/null +++ b/recipes/pkg/numptyphysics/runtime @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/recipes/src/numptyphysics/content.mk b/recipes/src/numptyphysics/content.mk new file mode 100644 index 0000000..fdf0fe0 --- /dev/null +++ b/recipes/src/numptyphysics/content.mk @@ -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 $@ diff --git a/recipes/src/numptyphysics/hash b/recipes/src/numptyphysics/hash new file mode 100644 index 0000000..39cdd0d --- /dev/null +++ b/recipes/src/numptyphysics/hash @@ -0,0 +1 @@ +- diff --git a/recipes/src/numptyphysics/used_apis b/recipes/src/numptyphysics/used_apis new file mode 100644 index 0000000..8d43d38 --- /dev/null +++ b/recipes/src/numptyphysics/used_apis @@ -0,0 +1,8 @@ +base +libc +sdl +sdl_image +sdl_ttf +stdcxx +vfs +zlib