📄 yabasic.spec
字号:
## Use# rpmbuild -bb yabasic.spec## to build the package.#%define _unpackaged_files_terminate_build 0Summary: Small basic interpreter with simple graphics and printingName: yabasicVersion: 2.762Release: 1Copyright: Artistic License or GPLGroup: Development/LanguagesVendor: Marc-Oliver IhmSource: yabasic-2.762.tar.gzBuildRoot: /usr/src/redhat/BUILD/yabasic%descriptionYabasic implements the most common and simple elements of the basiclangugage; It comes with various loops and user defined procedures. Yabasic does colored grafics, printing comes with no extra effort.Binding a yabasic program with the interpreter allows to forma standalone executable, that my be distributed on its own.Yabasic runs under Unix and Windows; it is small (less than 200KB) and free. Support and the latest version is available at www.yabasic.de%prep%setup%build./configuremake%installmake DESTDIR=/usr/src/packages/BUILD/yabasic install%files%doc README NEWS ChangeLog yabasic.htm/usr/local/bin/yabasic/usr/local/man/man1/yabasic.1.gz
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -