]> git.sur5r.net Git - cc65/commitdiff
C16 changes
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 02:18:52 +0000 (02:18 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 02:18:52 +0000 (02:18 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1579 b7a2c559-68d2-44c3-8de9-860c34a00d81

packages/rpm/redhat/cc65.spec

index b1b3323729b8b58484072b3f6b2482066b83592a..6c7d0521c8cc7065cae421bbbcfd0931364d3391 100644 (file)
@@ -84,6 +84,27 @@ programs for the Commodore VIC20 using the cc65 crosscompiler.
 
 
 
+###############################################################################
+#                                       C16 subpackage                               #
+###############################################################################
+
+%package c16
+Requires: cc65 = %{version}
+Copyright: Freeware
+Summary: C16/116 specific libraries and headers for the cc65 compiler.
+Group: Development/Languages
+
+%description c16
+This package contains the header files and libraries needed to write
+programs for the Commodore C16/116 using the cc65 crosscompiler.
+
+%files c16
+%attr(644,root,root)           /usr/lib/cc65/lib/c16.lib
+%attr(644,root,root)           /usr/lib/cc65/lib/c16.o
+%doc src/ld65/cfg/c16.cfg
+
+
+
 ###############################################################################
 #                              C64 subpackage                                #
 ###############################################################################
@@ -330,6 +351,9 @@ install -m 644 asminc/*.inc $RPM_BUILD_ROOT/usr/lib/cc65/asminc
 
 
 %changelog
+* Fri Nov 22 2002 Ullrich von Bassewitz <uz@cc65.org>
+Added the C16 subpackage.
+
 * Wed Nov 20 2002 Ullrich von Bassewitz <uz@cc65.org>
 Added TGI stuff.