[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/bacon_runtime/bacon_runtime.desc [COPY] Copyright (C) 2014 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A BASIC compiler, with high-level GUI. This is the runtime components [T] BaCon is a free BASIC to C translator for Unix-based systems, which runs [T] on most Unix/Linux/BSD platforms, including MacOSX. It intends to be a [T] programming aid in creating tools which can be compiled on different [T] platforms (including 64bit environments), while trying to revive the days [T] of the good old BASIC. [U] https://chiselapp.com/user/bacon/repository/bacon/home [A] Peter van Eerten [M] René Rebe [C] extra/development [L] GPL [V] 3.0.2 # note, the files in this tarball can be downloaded individually from above official site. [D] 01bcef2b64985fe008b64680f0cd315ab79465555715d91778c562e3 bacon_runtime-3.0.2.tar.bz2 http://distro.ibiblio.org/quirky/quirky6/sources/t2/april/ build_bacon_runtime() { mkdir temp1 bacon -d temp1 -f hug.bac -o '-fPIC' cp -a -f temp1/hug.so $root/usr/lib/ mkdir -p $root/usr/share/BaCon cp -a -f bacon.lang $root/usr/share/BaCon/ cp -a -f bacon.vim $root/usr/share/BaCon/ cp -a -f gdk.bac $root/usr/share/BaCon/ cp -a -f gtk.bac $root/usr/share/BaCon/ cp -a -f hug.bac $root/usr/share/BaCon/ sed -i -e 's%"\./hug\.so"%"/usr/lib/hug.so"%' hug_imports.bac cp -a -f hug_imports.bac $root/usr/share/BaCon/ mkdir -p $root/usr/share/doc/BaCon cp -a -f CHANGES $root/usr/share/doc/BaCon/ cp -a -f documentation.html $root/usr/share/doc/BaCon/ cp -a -f gtk.txt $root/usr/share/doc/BaCon/ cp -a -f hugdoc.html $root/usr/share/doc/BaCon/ } runmake=0 hook_add postmake 5 build_bacon_runtime