diff --git a/extra/gcompat/build b/extra/gcompat/build new file mode 100755 index 00000000..be3c8960 --- /dev/null +++ b/extra/gcompat/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +sed -i 's|/lib|/usr/lib|g' Makefile + +make LOADER_NAME=ld-linux-x86-64.so.2 +make DESTDIR="$1" install + diff --git a/extra/gcompat/checksums b/extra/gcompat/checksums new file mode 100644 index 00000000..8a237d43 --- /dev/null +++ b/extra/gcompat/checksums @@ -0,0 +1 @@ +4555d045d7d2831d11b907719005c5dfbc77642c32f8c0172d40883026ffaf53 gcompat-0.9.0.tar.xz diff --git a/extra/gcompat/sources b/extra/gcompat/sources new file mode 100644 index 00000000..51c2f31b --- /dev/null +++ b/extra/gcompat/sources @@ -0,0 +1 @@ +https://distfiles.adelielinux.org/source/gcompat/gcompat-0.9.0.tar.xz diff --git a/extra/gcompat/version b/extra/gcompat/version new file mode 100644 index 00000000..8ac7000b --- /dev/null +++ b/extra/gcompat/version @@ -0,0 +1 @@ +0.9.0 1