diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-16 18:44:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-16 18:44:21 +0300 |
commit | 5317a1ccbda2efa0f738f22aa780e3b1df5012d7 (patch) | |
tree | 6fc8d200c2761e624070b22c1f164cf968524746 /core/otools | |
parent | c408c64a000e693e72f88bfc23829e43a5ccfc9c (diff) | |
download | repository-5317a1ccbda2efa0f738f22aa780e3b1df5012d7.tar.gz |
otools: add new package at 1.0
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 |