1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-08 20:31:31 +00:00

Added the lynx subpackage

git-svn-id: svn://svn.cc65.org/cc65/trunk@3223 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-10-08 18:23:44 +00:00
parent 9994e60b49
commit 77c0b62f9b

View File

@ -327,6 +327,26 @@ GEOS programs for the C64/C128 using the cc65 crosscompiler.
###############################################################################
# Lynx subpackage #
###############################################################################
%package lynx
Requires: %{name} = %{version}
Copyright: Freeware
Summary: Lynx specific libraries and headers for the cc65 compiler.
Group: Development/Languages
%description lynx
This package contains the header files and libraries needed to write
programs for the Lynx Game Console using the cc65 crosscompiler.
%files lynx
%attr(644,root,root) /usr/lib/cc65/lib/lynx.lib
%attr(644,root,root) /usr/lib/cc65/lib/lynx.o
###############################################################################
# NES subpackage #
###############################################################################