gorgone
5 years ago
No known key found for this signature in database
GPG Key ID: EBAAD350739A27E7
3 changed files with
8 additions and
5 deletions
-
s3
-
support/functions/_logos
-
support/toolchains.cfg/native
|
@ -1,7 +1,7 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
VERSIONCOUNTER=310 |
|
|
VERSIONCOUNTER=310 |
|
|
SIMPLEVERSION="Final" |
|
|
SIMPLEVERSION="-NEXT-" |
|
|
OIFS=$IFS |
|
|
OIFS=$IFS |
|
|
export NCURSES_NO_UTF8_ACS=1 |
|
|
export NCURSES_NO_UTF8_ACS=1 |
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ s3logo(){ |
|
|
echo -e $C" |
|
|
echo -e $C" |
|
|
_________________ |
|
|
_________________ |
|
|
/ _____/\\_____ \\ =============== |
|
|
/ _____/\\_____ \\ =============== |
|
|
\_____ \\ _(__ < $w_l Ver. $VERSIONCOUNTER$g_l $SIMPLEVERSION!$C |
|
|
\_____ \\ _(__ < $w_l Ver. $VERSIONCOUNTER$g_l $SIMPLEVERSION$C |
|
|
/ \\ / \\ =============== |
|
|
/ \\ / \\ =============== |
|
|
/_______ //______ / $y_l by gorgone$p_l 2020$C |
|
|
/_______ //______ / $y_l by gorgone$p_l 2020$C |
|
|
\\/ \/ ===============\n$W"; |
|
|
\\/ \/ ===============\n$W"; |
|
|
|
@ -2,8 +2,11 @@ _toolchainname="native"; |
|
|
default_use="USE_UTF8 USE_LIBCRYPTO"; |
|
|
default_use="USE_UTF8 USE_LIBCRYPTO"; |
|
|
_oscamconfdir_default="/usr/local/etc"; |
|
|
_oscamconfdir_default="/usr/local/etc"; |
|
|
_oscamconfdir_custom="not_set"; |
|
|
_oscamconfdir_custom="not_set"; |
|
|
_compiler="-"; |
|
|
_compiler="x86_64-linux-gnu-"; |
|
|
_tc_info="Native System Compiler "; |
|
|
_tc_info="Native System Compiler gcc (Debian 8.3.0-6) 8.3.0 |
|
|
|
|
|
Copyright (C) 2018 Free Software Foundation, Inc. |
|
|
|
|
|
This is free software; see the source for copying conditions. There is NO |
|
|
|
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."; |
|
|
_libsearchdir="/lib"; |
|
|
_libsearchdir="/lib"; |
|
|
_menuname="native"; |
|
|
_menuname="native"; |
|
|
_sysroot="/"; |
|
|
_sysroot="/usr/include"; |
|
|