diff --git a/core-mod/extra/liburcu/build b/core-mod/extra/liburcu/build new file mode 100755 index 0000000..8c9a2b5 --- /dev/null +++ b/core-mod/extra/liburcu/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-silent-rules \ + --disable-maintainer-mode \ + --disable-dependency-tracking + +make +make DESTDIR="$1" install diff --git a/core-mod/extra/liburcu/checksums b/core-mod/extra/liburcu/checksums new file mode 100644 index 0000000..0c37d92 --- /dev/null +++ b/core-mod/extra/liburcu/checksums @@ -0,0 +1 @@ +cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20 diff --git a/core-mod/extra/liburcu/sources b/core-mod/extra/liburcu/sources new file mode 100644 index 0000000..e75fb79 --- /dev/null +++ b/core-mod/extra/liburcu/sources @@ -0,0 +1 @@ +https://lttng.org/files/urcu/userspace-rcu-latest-0.13.tar.bz2 diff --git a/core-mod/extra/liburcu/version b/core-mod/extra/liburcu/version new file mode 100644 index 0000000..2b24089 --- /dev/null +++ b/core-mod/extra/liburcu/version @@ -0,0 +1 @@ +0.13 1 diff --git a/core-mod/extra/mesa/version b/core-mod/extra/mesa/version index 25b8e29..5cbec85 100644 --- a/core-mod/extra/mesa/version +++ b/core-mod/extra/mesa/version @@ -1 +1 @@ -21.2.5 1 +21.2.5+1.1.6 1 diff --git a/core-mod/extra/xfsprogs/depends b/core-mod/extra/xfsprogs/depends index 59e01b6..9310855 100644 --- a/core-mod/extra/xfsprogs/depends +++ b/core-mod/extra/xfsprogs/depends @@ -1,3 +1,4 @@ linux-headers make meson make +liburcu util-linux diff --git a/ports/editline/build b/ports/editline/build new file mode 100755 index 0000000..6c7dfcf --- /dev/null +++ b/ports/editline/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr\ + --enable-sigstop\ + --enable-terminal-bell\ + --enable-termcap + +make all +make DESTDIR="$1" install diff --git a/ports/editline/checksums b/ports/editline/checksums new file mode 100644 index 0000000..a8210be --- /dev/null +++ b/ports/editline/checksums @@ -0,0 +1 @@ +781e03b6a935df75d99fb963551e2e9f09a714a8c49fc53280c716c90bf44d26 diff --git a/ports/editline/sources b/ports/editline/sources new file mode 100644 index 0000000..6ee8ec7 --- /dev/null +++ b/ports/editline/sources @@ -0,0 +1 @@ +https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.gz diff --git a/ports/editline/version b/ports/editline/version new file mode 100644 index 0000000..14d73f9 --- /dev/null +++ b/ports/editline/version @@ -0,0 +1 @@ +1.17.1 1 diff --git a/ports/musl-compat-git/build b/ports/musl-compat-git/build index 7de21ee..0c261b5 100755 --- a/ports/musl-compat-git/build +++ b/ports/musl-compat-git/build @@ -1,4 +1,7 @@ #!/bin/sh -e +sed 's^/usr/local^/usr^' Makefile make +mv make Makefile + make make DESTDIR="$1" install