From d722e05c4e4f5a02a42c2252d3dc5e261c1b804c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 28 Sep 2020 08:37:47 +0300 Subject: [PATCH] patchelf: 0.12 --- extra/patchelf/build | 7 +++++++ extra/patchelf/checksums | 1 + extra/patchelf/sources | 1 + extra/patchelf/version | 1 + 4 files changed, 10 insertions(+) create mode 100755 extra/patchelf/build create mode 100644 extra/patchelf/checksums create mode 100644 extra/patchelf/sources create mode 100644 extra/patchelf/version diff --git a/extra/patchelf/build b/extra/patchelf/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/patchelf/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/patchelf/checksums b/extra/patchelf/checksums new file mode 100644 index 00000000..f4115629 --- /dev/null +++ b/extra/patchelf/checksums @@ -0,0 +1 @@ +699a31cf52211cf5ad6e35a8801eb637bc7f3c43117140426400d67b7babd792 diff --git a/extra/patchelf/sources b/extra/patchelf/sources new file mode 100644 index 00000000..813c335d --- /dev/null +++ b/extra/patchelf/sources @@ -0,0 +1 @@ +https://github.com/NixOS/patchelf/releases/download/0.12/patchelf-0.12.tar.bz2 diff --git a/extra/patchelf/version b/extra/patchelf/version new file mode 100644 index 00000000..510a262a --- /dev/null +++ b/extra/patchelf/version @@ -0,0 +1 @@ +0.12 1