mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
Added the mouse driver for the C64
git-svn-id: svn://svn.cc65.org/cc65/trunk@2960 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5e1bbfce87
commit
a18e23a9d8
@ -11,7 +11,7 @@
|
||||
Summary: Crosscompiler/Crossassembler for 6502 systems
|
||||
%define name cc65
|
||||
Name: %{name}
|
||||
%define version 2.9.5
|
||||
%define version 2.10.5
|
||||
Version: %{version}
|
||||
Release: 1
|
||||
Copyright: Freeware with exceptions - see docs
|
||||
@ -103,7 +103,7 @@ Requires: %{name} = %{version}
|
||||
Copyright: Freeware
|
||||
Summary: Apple ][ specific libraries and headers for the cc65 compiler.
|
||||
Group: Development/Languages
|
||||
|
||||
|
||||
%description apple2
|
||||
This package contains the header files and libraries needed to write
|
||||
programs for the Apple ][ using the cc65 crosscompiler.
|
||||
@ -246,6 +246,7 @@ programs for the Commodore C64 using the cc65 crosscompiler.
|
||||
%attr(644,root,root) /usr/lib/cc65/lib/c64.o
|
||||
%attr(644,root,root) /usr/lib/cc65/emd/c64-*.emd
|
||||
%attr(644,root,root) /usr/lib/cc65/joy/c64-*.joy
|
||||
%attr(644,root,root) /usr/lib/cc65/mou/c64-*.mou
|
||||
%attr(644,root,root) /usr/lib/cc65/ser/c64-*.ser
|
||||
%attr(644,root,root) /usr/lib/cc65/tgi/c64-*.tgi
|
||||
|
||||
@ -477,6 +478,7 @@ install -m 644 asminc/*.inc $RPM_BUILD_ROOT/usr/lib/cc65/asminc
|
||||
# Drivers
|
||||
install -m 644 libsrc/*.emd $RPM_BUILD_ROOT/usr/lib/cc65/emd
|
||||
install -m 644 libsrc/*.joy $RPM_BUILD_ROOT/usr/lib/cc65/joy
|
||||
install -m 644 libsrc/*.mou $RPM_BUILD_ROOT/usr/lib/cc65/mou
|
||||
install -m 644 libsrc/*.ser $RPM_BUILD_ROOT/usr/lib/cc65/ser
|
||||
install -m 644 libsrc/*.tgi $RPM_BUILD_ROOT/usr/lib/cc65/tgi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user