Merge branch 'master' of https://git.sdf.org/midfavila/kiss-mfavila
This commit is contained in:
commit
a5637e7da6
10
core-mod/extra/liburcu/build
Executable file
10
core-mod/extra/liburcu/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-silent-rules \
|
||||
--disable-maintainer-mode \
|
||||
--disable-dependency-tracking
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
core-mod/extra/liburcu/checksums
Normal file
1
core-mod/extra/liburcu/checksums
Normal file
@ -0,0 +1 @@
|
||||
cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20
|
1
core-mod/extra/liburcu/sources
Normal file
1
core-mod/extra/liburcu/sources
Normal file
@ -0,0 +1 @@
|
||||
https://lttng.org/files/urcu/userspace-rcu-latest-0.13.tar.bz2
|
1
core-mod/extra/liburcu/version
Normal file
1
core-mod/extra/liburcu/version
Normal file
@ -0,0 +1 @@
|
||||
0.13 1
|
@ -1 +1 @@
|
||||
21.2.5 1
|
||||
21.2.5+1.1.6 1
|
||||
|
@ -1,3 +1,4 @@
|
||||
linux-headers make
|
||||
meson make
|
||||
liburcu
|
||||
util-linux
|
||||
|
10
ports/editline/build
Executable file
10
ports/editline/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr\
|
||||
--enable-sigstop\
|
||||
--enable-terminal-bell\
|
||||
--enable-termcap
|
||||
|
||||
make all
|
||||
make DESTDIR="$1" install
|
1
ports/editline/checksums
Normal file
1
ports/editline/checksums
Normal file
@ -0,0 +1 @@
|
||||
781e03b6a935df75d99fb963551e2e9f09a714a8c49fc53280c716c90bf44d26
|
1
ports/editline/sources
Normal file
1
ports/editline/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.gz
|
1
ports/editline/version
Normal file
1
ports/editline/version
Normal file
@ -0,0 +1 @@
|
||||
1.17.1 1
|
@ -1,4 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sed 's^/usr/local^/usr^' Makefile make
|
||||
mv make Makefile
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user