1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +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:
cuz 2003-04-14 14:49:06 +00:00
parent c3b242339c
commit cbc1f93d79

View File

@ -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 #
###############################################################################
@ -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
* Mon Feb 10 2003 Ullrich von Bassewitz <uz@cc65.org>
Added the object file conversion utility co65.