]> git.sur5r.net Git - cc65/commitdiff
Added the lynx subpackage
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Oct 2004 18:23:44 +0000 (18:23 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Oct 2004 18:23:44 +0000 (18:23 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3223 b7a2c559-68d2-44c3-8de9-860c34a00d81

packages/rpm/redhat/cc65.spec

index a1cc44adee5259a47a0f20f2c43cd49e06eff154..83124b54087ba224b97a986078e227d464b23423 100644 (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                                #
 ###############################################################################