Add se and swap atto out for it in core/.

This commit is contained in:
Mid Favila 2022-02-04 19:48:28 -04:00
parent a8eeb7d8a0
commit ae48765393
12 changed files with 17 additions and 0 deletions

13
core-mod/core/se/build Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh -e
./configure \
--prefix=/usr
sed -i 's&-pipe&-static -pipe&' src/Makefile
make
make DESTDIR="$1" install
# Get rid of unnecessary helpfiles.
rm -rf "$1/usr/share/se/help/"

View File

@ -0,0 +1 @@
e20d1c4d73dee45d319a086ccb54157f1bd94029af9d60c785f651246e209486

1
core-mod/core/se/sources Normal file
View File

@ -0,0 +1 @@
http://se-editor.org/dist/se-3.0.1.tar.gz

1
core-mod/core/se/test Normal file
View File

@ -0,0 +1 @@
-pipe

1
core-mod/core/se/version Normal file
View File

@ -0,0 +1 @@
3.0.1 1