mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Added a subpackage for the Oric Atmos
git-svn-id: svn://svn.cc65.org/cc65/trunk@2053 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -289,6 +289,27 @@ programs for the Apple ][ using the cc65 crosscompiler.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Oric Atmos subpackage #
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
%package atmos
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Copyright: Freeware
|
||||||
|
Summary: Oric Atmos specific libraries and headers for the cc65 compiler.
|
||||||
|
Group: Development/Languages
|
||||||
|
|
||||||
|
%description atmos
|
||||||
|
This package contains the header files and libraries needed to write
|
||||||
|
programs for the Oric Atmos using the cc65 crosscompiler.
|
||||||
|
|
||||||
|
%files apple2
|
||||||
|
%attr(644,root,root) /usr/lib/cc65/lib/atmos.lib
|
||||||
|
%attr(644,root,root) /usr/lib/cc65/lib/atmos.o
|
||||||
|
%doc src/ld65/cfg/atmos.cfg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# GEOS subpackage #
|
# GEOS subpackage #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@@ -366,6 +387,10 @@ install -m 644 libsrc/*.tgi $RPM_BUILD_ROOT/usr/lib/cc65/tgi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Apr 14 2003 Ullrich von Bassewitz <uz@cc65.org>
|
||||||
|
Added a subpackage for the Oric Atmos.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 10 2003 Ullrich von Bassewitz <uz@cc65.org>
|
* Mon Feb 10 2003 Ullrich von Bassewitz <uz@cc65.org>
|
||||||
Added the object file conversion utility co65.
|
Added the object file conversion utility co65.
|
||||||
|
Reference in New Issue
Block a user