From: cuz Date: Fri, 8 Oct 2004 18:23:44 +0000 (+0000) Subject: Added the lynx subpackage X-Git-Tag: V2.12.0~612 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=77c0b62f9b584d9ab1eb0cd7d9570b77a7ecc7e9;p=cc65 Added the lynx subpackage git-svn-id: svn://svn.cc65.org/cc65/trunk@3223 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/packages/rpm/redhat/cc65.spec b/packages/rpm/redhat/cc65.spec index a1cc44ade..83124b540 100644 --- a/packages/rpm/redhat/cc65.spec +++ b/packages/rpm/redhat/cc65.spec @@ -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 # ###############################################################################