mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
New apple2enh target
git-svn-id: svn://svn.cc65.org/cc65/trunk@2928 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
c7eaae5d07
commit
20c3a8c25c
@ -61,7 +61,7 @@ machines, you have to install at least one of the library packages.
|
||||
%attr(644,root,root) /usr/lib/cc65/include/mouse/*.h
|
||||
%attr(755,root,root) %dir /usr/lib/cc65/include/sys
|
||||
%attr(644,root,root) /usr/lib/cc65/include/sys/*.h
|
||||
%attr(755,root,root) %dir /usr/lib/cc65/include/tgi
|
||||
%attr(755,root,root) %dir /usr/lib/cc65/include/tgi
|
||||
%attr(644,root,root) /usr/lib/cc65/include/tgi/*.h
|
||||
%attr(755,root,root) %dir /usr/lib/cc65/asminc
|
||||
%attr(644,root,root) /usr/lib/cc65/asminc/*.inc
|
||||
@ -117,6 +117,29 @@ programs for the Apple ][ using the cc65 crosscompiler.
|
||||
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Apple //e subpackage #
|
||||
###############################################################################
|
||||
|
||||
%package apple2enh
|
||||
Requires: %{name} = %{version}
|
||||
Copyright: Freeware
|
||||
Summary: Apple //e specific libraries and headers for the cc65 compiler.
|
||||
Group: Development/Languages
|
||||
|
||||
%description apple2enh
|
||||
This package contains the header files and libraries needed to write
|
||||
programs for the Apple //e using the cc65 crosscompiler.
|
||||
|
||||
%files apple2enh
|
||||
%attr(644,root,root) /usr/lib/cc65/lib/apple2enh.lib
|
||||
%attr(644,root,root) /usr/lib/cc65/lib/apple2enh.o
|
||||
%attr(644,root,root) /usr/lib/cc65/emd/a2e.*.emd
|
||||
%attr(644,root,root) /usr/lib/cc65/joy/a2e.*.joy
|
||||
%attr(644,root,root) /usr/lib/cc65/tgi/a2e.*.tgi
|
||||
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Atari subpackage #
|
||||
###############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user