diff options
Diffstat (limited to 'core/otools')
-rwxr-xr-x | core/otools/build | 4 | ||||
-rw-r--r-- | core/otools/checksums | 1 | ||||
-rw-r--r-- | core/otools/depends | 2 | ||||
-rw-r--r-- | core/otools/sources | 1 | ||||
-rw-r--r-- | core/otools/version | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/core/otools/build b/core/otools/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/core/otools/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/core/otools/checksums b/core/otools/checksums new file mode 100644 index 00000000..de673788 --- /dev/null +++ b/core/otools/checksums @@ -0,0 +1 @@ +6572b00aab74929f0877f99237eaf8a1bf022437a938c3f1bc7495039ee0d79b 1.0.tar.gz diff --git a/core/otools/depends b/core/otools/depends new file mode 100644 index 00000000..0c25cd78 --- /dev/null +++ b/core/otools/depends @@ -0,0 +1,2 @@ +libtls-bearssl make +zlib make diff --git a/core/otools/sources b/core/otools/sources new file mode 100644 index 00000000..353ac078 --- /dev/null +++ b/core/otools/sources @@ -0,0 +1 @@ +https://github.com/CarbsLinux/otools/archive/1.0.tar.gz diff --git a/core/otools/version b/core/otools/version new file mode 100644 index 00000000..f35ed484 --- /dev/null +++ b/core/otools/version @@ -0,0 +1 @@ +1.0 1 |