patchelf: 0.12

This commit is contained in:
Dylan Araps 2020-09-28 08:37:47 +03:00
parent 8c145674bc
commit d722e05c4e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 10 additions and 0 deletions

7
extra/patchelf/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
extra/patchelf/checksums Normal file
View File

@ -0,0 +1 @@
699a31cf52211cf5ad6e35a8801eb637bc7f3c43117140426400d67b7babd792

1
extra/patchelf/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/NixOS/patchelf/releases/download/0.12/patchelf-0.12.tar.bz2

1
extra/patchelf/version Normal file
View File

@ -0,0 +1 @@
0.12 1