yabasic.spec

来自「Linux下VB解释器」· SPEC 代码 · 共 38 行

SPEC
38
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?