From 019340f1401c7475db61eee11984cd8184fc8337 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 15 Jul 2021 15:54:40 -0400 Subject: [PATCH] slop: new package at 7.5 --- extra/slop/build | 13 +++++++++++++ extra/slop/checksums | 2 ++ extra/slop/depends | 2 ++ extra/slop/sources | 2 ++ extra/slop/version | 1 + 5 files changed, 20 insertions(+) create mode 100755 extra/slop/build create mode 100644 extra/slop/checksums create mode 100644 extra/slop/depends create mode 100644 extra/slop/sources create mode 100644 extra/slop/version diff --git a/extra/slop/build b/extra/slop/build new file mode 100755 index 0000000..657c85a --- /dev/null +++ b/extra/slop/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DGLM_INCLUDE_DIR="$PWD/glm" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_BUILD_TYPE=Release \ + -DSLOP_OPENGL=False + +cmake --build build +cmake --install build diff --git a/extra/slop/checksums b/extra/slop/checksums new file mode 100644 index 0000000..7b75c56 --- /dev/null +++ b/extra/slop/checksums @@ -0,0 +1,2 @@ +94d8b6270217cd7f56ce7d4a9a75069025262830a2f91c3239b7fc07da5ea8da v7.5.tar.gz +5e33b6131cea6a904339734b015110d4342b7dc02d995164fdb86332d28a5aa4 0.9.9.5.tar.gz diff --git a/extra/slop/depends b/extra/slop/depends new file mode 100644 index 0000000..55ce218 --- /dev/null +++ b/extra/slop/depends @@ -0,0 +1,2 @@ +cmake make +libX11 diff --git a/extra/slop/sources b/extra/slop/sources new file mode 100644 index 0000000..d8da946 --- /dev/null +++ b/extra/slop/sources @@ -0,0 +1,2 @@ +https://github.com/naelstrof/slop/archive/v7.5.tar.gz +https://github.com/g-truc/glm/archive/0.9.9.5.tar.gz glm diff --git a/extra/slop/version b/extra/slop/version new file mode 100644 index 0000000..94dd5dc --- /dev/null +++ b/extra/slop/version @@ -0,0 +1 @@ +7.5 2 -- 2.39.2