summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2021-11-26 22:13:41 +0100
committerTreeve Jelbert2021-11-26 22:13:41 +0100
commit5f89c36a942e704e489acd4741869bf8f96e49eb (patch)
tree67cb3b928db42aef85db858d01ade412aa8fa99e /graphics-libs
parente49644440d77635ee02b65195d031cfd5b5c2282 (diff)
box2d-2.4.1
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/box2d/CONFIGURE1
-rwxr-xr-xgraphics-libs/box2d/DEPENDS1
-rwxr-xr-xgraphics-libs/box2d/DETAILS15
-rw-r--r--graphics-libs/box2d/HISTORY4
4 files changed, 21 insertions, 0 deletions
diff --git a/graphics-libs/box2d/CONFIGURE b/graphics-libs/box2d/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/graphics-libs/box2d/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics-libs/box2d/DEPENDS b/graphics-libs/box2d/DEPENDS
new file mode 100755
index 0000000000..6d7d390345
--- /dev/null
+++ b/graphics-libs/box2d/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/graphics-libs/box2d/DETAILS b/graphics-libs/box2d/DETAILS
new file mode 100755
index 0000000000..d71d587c03
--- /dev/null
+++ b/graphics-libs/box2d/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=box2d
+ VERSION=2.4.1
+ SOURCE_HASH=sha512:d900f925b77906777719c91488bdc5e2df1ad1f4a8ca39a574229f5e57070e3a843bdd7530e817112605fde6d82145c872d8afdfc65b84531a73199098c81162
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/erincatto/box2d
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20211226
+ KEYWORDS=""
+ SHORT="2D physics engine for games"
+cat << EOF
+Box2D is a 2D physics engine for games
+EOF
diff --git a/graphics-libs/box2d/HISTORY b/graphics-libs/box2d/HISTORY
new file mode 100644
index 0000000000..cefe2d73e1
--- /dev/null
+++ b/graphics-libs/box2d/HISTORY
@@ -0,0 +1,4 @@
+2021-12-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.4.1
+ spell created
+