From 77c0b62f9b584d9ab1eb0cd7d9570b77a7ecc7e9 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 8 Oct 2004 18:23:44 +0000 Subject: [PATCH] Added the lynx subpackage git-svn-id: svn://svn.cc65.org/cc65/trunk@3223 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- packages/rpm/redhat/cc65.spec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 # ############################################################################### -- 2.39.5