source: rtems-graphics-toolkit/fltk-1.3.0/fltk.list.in @ d280eda

Last change on this file since d280eda was f5c9e9c, checked in by Alexandru-Sever Horin <alex.sever.h@…>, on 07/05/12 at 09:33:03

Aded FLTK 1.3.0

  • Property mode set to 100644
File size: 20.2 KB
Line 
1#
2# "$Id: fltk.list.in 8661 2011-05-14 18:11:56Z AlbrechtS $"
3#
4# EPM product list file for the Fast Light Tool Kit (FLTK).
5#
6# (EPM can be found at http://www.epmhome.org/)
7#
8# Copyright 1998-2010 by Bill Spitzak and others.
9#
10# This library is free software; you can redistribute it and/or
11# modify it under the terms of the GNU Library General Public
12# License as published by the Free Software Foundation; either
13# version 2 of the License, or (at your option) any later version.
14#
15# This library is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18# Library General Public License for more details.
19#
20# You should have received a copy of the GNU Library General Public
21# License along with this library; if not, write to the Free Software
22# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23# USA.
24#
25# Please report all bugs and problems on the following page:
26#
27#      http://www.fltk.org/str.php
28#
29
30%product Fast Light Tool Kit (FLTK)
31%copyright 1998-2011 by Bill Spitzak and others.
32%vendor FLTK Development Team
33%license COPYING
34%readme README
35%version @FL_MAJOR_VERSION@.@FL_MINOR_VERSION@.@FL_PATCH_VERSION@
36%description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
37%description cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
38%description Microsoft(r) Windows(r), and MacOS(r) X.  FLTK provides modern
39%description GUI functionality without the bloat and supports 3D graphics via
40%description OpenGL(r) and its built-in GLUT emulation.
41
42$prefix=@prefix@
43$exec_prefix=@exec_prefix@
44$bindir=@bindir@
45$datarootdir=@datarootdir@
46$datadir=@datadir@
47$includedir=@includedir@
48$libdir=@libdir@
49$mandir=@mandir@
50$docdir=${datadir}/doc/fltk
51
52$CAT1EXT=@CAT1EXT@
53$CAT3EXT=@CAT3EXT@
54$CAT6EXT=@CAT6EXT@
55
56$DSONAME=@DSONAME@
57$FLDSONAME=@FLDSONAME@
58$FLLIBNAME=@FLLIBNAME@
59$GLDSONAME=@GLDSONAME@
60$GLLIBNAME=@GLLIBNAME@
61$FLUID=@FLUID@
62$JPEG=@JPEG@
63$PNG=@PNG@
64$ZLIB=@ZLIB@
65
66%if DSONAME
67%system aix
68f 0555 root sys $libdir/libfltk_s.a src/libfltk_s.a nostrip()
69%system hpux
70f 0555 root sys $libdir/libfltk.sl.@FL_API_VERSION@ src/libfltk.sl.@FL_API_VERSION@ nostrip()
71%system darwin
72f 0555 root sys $libdir/libfltk.@FL_API_VERSION@.dylib src/libfltk.@FL_API_VERSION@.dylib nostrip()
73%system !aix !darwin !hpux
74f 0555 root sys $libdir/libfltk.so.@FL_API_VERSION@ src/libfltk.so.@FL_API_VERSION@ nostrip()
75%system all
76
77%system aix
78f 0555 root sys $libdir/libfltk_forms_s.a src/libfltk_forms_s.a nostrip()
79%system hpux
80f 0555 root sys $libdir/libfltk_forms.sl.@FL_API_VERSION@ src/libfltk_forms.sl.@FL_API_VERSION@ nostrip()
81%system darwin
82f 0555 root sys $libdir/libfltk_forms.@FL_API_VERSION@.dylib src/libfltk_forms.@FL_API_VERSION@.dylib nostrip()
83%system !aix !darwin !hpux
84f 0555 root sys $libdir/libfltk_forms.so.@FL_API_VERSION@ src/libfltk_forms.so.@FL_API_VERSION@ nostrip()
85%system all
86
87%system aix
88f 0555 root sys $libdir/libfltk_images_s.a src/libfltk_images_s.a nostrip()
89%system hpux
90f 0555 root sys $libdir/libfltk_images.sl.@FL_API_VERSION@ src/libfltk_images.sl.@FL_API_VERSION@ nostrip()
91%system darwin
92f 0555 root sys $libdir/libfltk_images.@FL_API_VERSION@.dylib src/libfltk_images.@FL_API_VERSION@.dylib nostrip()
93%system !aix !darwin !hpux
94f 0555 root sys $libdir/libfltk_images.so.@FL_API_VERSION@ src/libfltk_images.so.@FL_API_VERSION@ nostrip()
95%system all
96%endif
97
98%if GLDSONAME
99%system aix
100f 0555 root sys $libdir/libfltk_gl_s.a src/libfltk_gl_s.a nostrip()
101%system hpux
102f 0555 root sys $libdir/libfltk_gl.sl.@FL_API_VERSION@ src/libfltk_gl.sl.@FL_API_VERSION@ nostrip()
103%system darwin
104f 0555 root sys $libdir/libfltk_gl.@FL_API_VERSION@.dylib src/libfltk_gl.@FL_API_VERSION@.dylib nostrip()
105%system !aix !darwin !hpux
106f 0555 root sys $libdir/libfltk_gl.so.@FL_API_VERSION@ src/libfltk_gl.so.@FL_API_VERSION@ nostrip()
107%system all
108%endif
109
110
111%subpackage devel
112%description FLTK Development Environment
113%description Install fltk-devel if you need to develop FLTK applications.
114%description You'll need to install the fltk package if you plan to run
115%description dynamically linked applications.
116
117%system darwin
118d 0555 root sys /Applications/fluid.app -
119d 0555 root sys /Applications/fluid.app/Contents -
120f 0444 root sys /Applications/fluid.app/Contents/Info.plist fluid/fluid.app/Contents/Info.plist
121f 0444 root sys /Applications/fluid.app/Contents/PkgInfo fluid/fluid.app/Contents/PkgInfo
122d 0555 root sys /Applications/fluid.app/Contents/MacOS -
123l 0555 root sys /Applications/fluid.app/Contents/MacOS/fluid $bindir/fluid
124d 0555 root sys /Applications/fluid.app/Contents/Resources -
125f 0444 root sys /Applications/fluid.app/Contents/Resources/fluid.icns fluid/fluid.app/Contents/Resources/fluid.icns
126%postinstall $bindir/fltk-config --post $bindir/fluid
127%postremove /bin/rm -rf /Applications/fluid.app
128
129%system !darwin
130f 0444 root sys /usr/share/applications/fluid.desktop fluid/fluid.desktop
131f 0444 root sys /usr/share/icons/hicolor/16x16/apps/fluid.png fluid/icons/fluid-16.png
132f 0444 root sys /usr/share/icons/hicolor/32x32/apps/fluid.png fluid/icons/fluid-32.png
133f 0444 root sys /usr/share/icons/hicolor/48x48/apps/fluid.png fluid/icons/fluid-48.png
134f 0444 root sys /usr/share/icons/hicolor/64x64/apps/fluid.png fluid/icons/fluid-64.png
135f 0444 root sys /usr/share/icons/hicolor/128x128/apps/fluid.png fluid/icons/fluid-128.png
136f 0444 root sys /usr/share/mimelnk/application/x-fluid.desktop fluid/x-fluid.desktop
137
138%system all
139
140# FLUID
141f 0555 root sys $bindir/fluid fluid/$FLUID
142f 0555 root sys $bindir/fltk-config fltk-config
143
144# Man pages
145f 0444 root sys $mandir/cat1/fluid.$CAT1EXT documentation/src/fluid.$CAT1EXT
146f 0444 root sys $mandir/cat1/fltk-config.$CAT1EXT documentation/src/fltk-config.$CAT1EXT
147f 0444 root sys $mandir/cat3/fltk.$CAT3EXT documentation/src/fltk.$CAT3EXT
148f 0444 root sys $mandir/man1/fluid.1 documentation/src/fluid.man
149f 0444 root sys $mandir/man1/fltk-config.1 documentation/src/fltk-config.man
150f 0444 root sys $mandir/man3/fltk.3 documentation/src/fltk.man
151
152# Library files
153f 0444 root sys $libdir/libfltk.a lib/libfltk.a
154f 0444 root sys $libdir/libfltk_forms.a lib/libfltk_forms.a
155f 0444 root sys $libdir/libfltk_images.a lib/libfltk_images.a
156%if GLLIBNAME
157f 0444 root sys $libdir/libfltk_gl.a lib/libfltk_gl.a
158%endif
159
160%if JPEG
161f 0444 root sys $libdir/libfltk_jpeg.a lib/libfltk_jpeg.a
162%endif
163
164%if PNG
165f 0444 root sys $libdir/libfltk_png.a lib/libfltk_png.a
166%endif
167
168%if ZLIB
169f 0444 root sys $libdir/libfltk_z.a lib/libfltk_z.a
170%endif
171
172%if DSONAME
173%system hpux
174l 0000 root sys $libdir/libfltk.sl libfltk.sl.@FL_API_VERSION@
175%system darwin
176l 0000 root sys $libdir/libfltk.dylib libfltk.@FL_API_VERSION@.dylib
177%system !aix !darwin !hpux
178l 0000 root sys $libdir/libfltk.so libfltk.so.@FL_API_VERSION@
179%system all
180
181%system hpux
182l 0000 root sys $libdir/libfltk_forms.sl libfltk_forms.sl.@FL_API_VERSION@
183%system darwin
184l 0000 root sys $libdir/libfltk_forms.dylib libfltk_forms.@FL_API_VERSION@.dylib
185%system !aix !darwin !hpux
186l 0000 root sys $libdir/libfltk_forms.so libfltk_forms.so.@FL_API_VERSION@
187%system all
188
189%system hpux
190l 0000 root sys $libdir/libfltk_images.sl libfltk_images.sl.@FL_API_VERSION@
191%system darwin
192l 0000 root sys $libdir/libfltk_images.dylib libfltk_images.@FL_API_VERSION@.dylib
193%system !aix !darwin !hpux
194l 0000 root sys $libdir/libfltk_images.so libfltk_images.so.@FL_API_VERSION@
195%system all
196%endif
197
198%if GLDSONAME
199%system hpux
200l 0000 root sys $libdir/libfltk_gl.sl libfltk_gl.sl.@FL_API_VERSION@
201%system darwin
202l 0000 root sys $libdir/libfltk_gl.dylib libfltk_gl.@FL_API_VERSION@.dylib
203%system !aix !darwin !hpux
204l 0000 root sys $libdir/libfltk_gl.so libfltk_gl.so.@FL_API_VERSION@
205%system all
206%endif
207
208# Header files
209f 0444 root sys $includedir/FL/ FL/*.[hH]
210
211%if JPEG
212f 0444 root sys $includedir/FL/images/jconfig.h jpeg/jconfig.h
213f 0444 root sys $includedir/FL/images/jerror.h jpeg/jerror.h
214f 0444 root sys $includedir/FL/images/jmorecfg.h jpeg/jmorecfg.h
215f 0444 root sys $includedir/FL/images/jpeglib.h jpeg/jpeglib.h
216%endif
217
218%if PNG
219f 0444 root sys $includedir/FL/images/png.h png/png.h
220f 0444 root sys $includedir/FL/images/pngconf.h png/pngconf.h
221f 0444 root sys $includedir/FL/images/pnglibconf.h png/pnglibconf.h
222%endif
223
224%if ZLIB
225f 0444 root sys $includedir/FL/images/zconf.h zlib/zconf.h
226f 0444 root sys $includedir/FL/images/zlib.h zlib/zlib.h
227f 0444 root sys $includedir/FL/images/zutil.h zlib/zutil.h
228%endif
229
230%system !darwin
231# Symlinks to handle common case problems...
232l 0000 root sys $includedir/Fl FL
233l 0000 root sys $includedir/FL/Enumerations.h Enumerations.H
234l 0000 root sys $includedir/FL/Fl.h Fl.H
235l 0000 root sys $includedir/FL/Fl_Adjuster.h Fl_Adjuster.H
236l 0000 root sys $includedir/FL/Fl_Bitmap.h Fl_Bitmap.H
237l 0000 root sys $includedir/FL/Fl_BMP_Image.h Fl_BMP_Image.H
238l 0000 root sys $includedir/FL/Fl_Box.h Fl_Box.H
239l 0000 root sys $includedir/FL/Fl_Browser.h Fl_Browser.H
240l 0000 root sys $includedir/FL/Fl_Browser_.h Fl_Browser_.H
241l 0000 root sys $includedir/FL/Fl_Button.h Fl_Button.H
242l 0000 root sys $includedir/FL/Fl_Cairo.h Fl_Cairo.H
243l 0000 root sys $includedir/FL/Fl_Cairo_Window.h Fl_Cairo_Window.H
244l 0000 root sys $includedir/FL/Fl_Chart.h Fl_Chart.H
245l 0000 root sys $includedir/FL/Fl_Check_Browser.h Fl_Check_Browser.H
246l 0000 root sys $includedir/FL/Fl_Check_Button.h Fl_Check_Button.H
247l 0000 root sys $includedir/FL/Fl_Choice.h Fl_Choice.H
248l 0000 root sys $includedir/FL/Fl_Clock.h Fl_Clock.H
249l 0000 root sys $includedir/FL/Fl_Color_Chooser.h Fl_Color_Chooser.H
250l 0000 root sys $includedir/FL/Fl_Counter.h Fl_Counter.H
251l 0000 root sys $includedir/FL/Fl_Device.h Fl_Device.H
252l 0000 root sys $includedir/FL/Fl_Dial.h Fl_Dial.H
253l 0000 root sys $includedir/FL/Fl_Double_Window.h Fl_Double_Window.H
254l 0000 root sys $includedir/FL/Fl_Export.h Fl_Export.H
255l 0000 root sys $includedir/FL/Fl_File_Browser.h Fl_File_Browser.H
256l 0000 root sys $includedir/FL/Fl_File_Chooser.h Fl_File_Chooser.H
257l 0000 root sys $includedir/FL/Fl_File_Icon.h Fl_File_Icon.H
258l 0000 root sys $includedir/FL/Fl_Fill_Dial.h Fl_Fill_Dial.H
259l 0000 root sys $includedir/FL/Fl_Fill_Slider.h Fl_Fill_Slider.H
260l 0000 root sys $includedir/FL/Fl_Float_Input.h Fl_Float_Input.H
261l 0000 root sys $includedir/FL/Fl_FormsBitmap.h Fl_FormsBitmap.H
262l 0000 root sys $includedir/FL/Fl_FormsPixmap.h Fl_FormsPixmap.H
263l 0000 root sys $includedir/FL/Fl_Free.h Fl_Free.H
264l 0000 root sys $includedir/FL/Fl_GIF_Image.h Fl_GIF_Image.H
265l 0000 root sys $includedir/FL/Fl_Gl_Window.h Fl_Gl_Window.H
266l 0000 root sys $includedir/FL/Fl_Group.h Fl_Group.H
267l 0000 root sys $includedir/FL/Fl_Help_Dialog.h Fl_Help_Dialog.H
268l 0000 root sys $includedir/FL/Fl_Help_View.h Fl_Help_View.H
269l 0000 root sys $includedir/FL/Fl_Hold_Browser.h Fl_Hold_Browser.H
270l 0000 root sys $includedir/FL/Fl_Hor_Fill_Slider.h Fl_Hor_Fill_Slider.H
271l 0000 root sys $includedir/FL/Fl_Hor_Nice_Slider.h Fl_Hor_Nice_Slider.H
272l 0000 root sys $includedir/FL/Fl_Hor_Slider.h Fl_Hor_Slider.H
273l 0000 root sys $includedir/FL/Fl_Hor_Value_Slider.h Fl_Hor_Value_Slider.H
274l 0000 root sys $includedir/FL/Fl_Image.h Fl_Image.H
275l 0000 root sys $includedir/FL/Fl_JPEG_Image.h Fl_JPEG_Image.H
276l 0000 root sys $includedir/FL/Fl_Input.h Fl_Input.H
277l 0000 root sys $includedir/FL/Fl_Input_.h Fl_Input_.H
278l 0000 root sys $includedir/FL/Fl_Input_Choice.h Fl_Input_Choice.H
279l 0000 root sys $includedir/FL/Fl_Int_Input.h Fl_Int_Input.H
280l 0000 root sys $includedir/FL/Fl_Light_Button.h Fl_Light_Button.H
281l 0000 root sys $includedir/FL/Fl_Line_Dial.h Fl_Line_Dial.H
282l 0000 root sys $includedir/FL/Fl_Menu.h Fl_Menu.H
283l 0000 root sys $includedir/FL/Fl_Menu_.h Fl_Menu_.H
284l 0000 root sys $includedir/FL/Fl_Menu_Bar.h Fl_Menu_Bar.H
285l 0000 root sys $includedir/FL/Fl_Menu_Button.h Fl_Menu_Button.H
286l 0000 root sys $includedir/FL/Fl_Menu_Item.h Fl_Menu_Item.H
287l 0000 root sys $includedir/FL/Fl_Menu_Window.h Fl_Menu_Window.H
288l 0000 root sys $includedir/FL/Fl_Multi_Browser.h Fl_Multi_Browser.H
289l 0000 root sys $includedir/FL/Fl_Multi_Label.h Fl_Multi_Label.H
290l 0000 root sys $includedir/FL/Fl_Multiline_Input.h Fl_Multiline_Input.H
291l 0000 root sys $includedir/FL/Fl_Multiline_Output.h Fl_Multiline_Output.H
292l 0000 root sys $includedir/FL/Fl_Native_File_Chooser.h Fl_Native_File_Chooser.H
293l 0000 root sys $includedir/FL/Fl_Nice_Slider.h Fl_Nice_Slider.H
294l 0000 root sys $includedir/FL/Fl_Object.h Fl_Object.H
295l 0000 root sys $includedir/FL/Fl_Output.h Fl_Output.H
296l 0000 root sys $includedir/FL/Fl_Overlay_Window.h Fl_Overlay_Window.H
297l 0000 root sys $includedir/FL/Fl_Pack.h Fl_Pack.H
298l 0000 root sys $includedir/FL/Fl_Paged_Device.h Fl_Paged_Device.H
299l 0000 root sys $includedir/FL/Fl_Pixmap.h Fl_Pixmap.H
300l 0000 root sys $includedir/FL/Fl_Plugin.h Fl_Plugin.H
301l 0000 root sys $includedir/FL/Fl_PNG_Image.h Fl_PNG_Image.H
302l 0000 root sys $includedir/FL/Fl_PNM_Image.h Fl_PNM_Image.H
303l 0000 root sys $includedir/FL/Fl_Positioner.h Fl_Positioner.H
304l 0000 root sys $includedir/FL/Fl_PostScript.h Fl_PostScript.H
305l 0000 root sys $includedir/FL/Fl_Preferences.h Fl_Preferences.H
306l 0000 root sys $includedir/FL/Fl_Printer.h Fl_Printer.H
307l 0000 root sys $includedir/FL/Fl_Progress.h Fl_Progress.H
308l 0000 root sys $includedir/FL/Fl_Radio_Button.h Fl_Radio_Button.H
309l 0000 root sys $includedir/FL/Fl_Radio_Light_Button.h Fl_Radio_Light_Button.H
310l 0000 root sys $includedir/FL/Fl_Radio_Round_Button.h Fl_Radio_Round_Button.H
311l 0000 root sys $includedir/FL/Fl_Repeat_Button.h Fl_Repeat_Button.H
312l 0000 root sys $includedir/FL/Fl_Return_Button.h Fl_Return_Button.H
313l 0000 root sys $includedir/FL/Fl_Roller.h Fl_Roller.H
314l 0000 root sys $includedir/FL/Fl_Round_Button.h Fl_Round_Button.H
315l 0000 root sys $includedir/FL/Fl_Round_Clock.h Fl_Round_Clock.H
316l 0000 root sys $includedir/FL/Fl_Scroll.h Fl_Scroll.H
317l 0000 root sys $includedir/FL/Fl_Scrollbar.h Fl_Scrollbar.H
318l 0000 root sys $includedir/FL/Fl_Secret_Input.h Fl_Secret_Input.H
319l 0000 root sys $includedir/FL/Fl_Select_Browser.h Fl_Select_Browser.H
320l 0000 root sys $includedir/FL/Fl_Shared_Image.h Fl_Shared_Image.H
321l 0000 root sys $includedir/FL/Fl_Simple_Counter.h Fl_Simple_Counter.H
322l 0000 root sys $includedir/FL/Fl_Single_Window.h Fl_Single_Window.H
323l 0000 root sys $includedir/FL/Fl_Slider.h Fl_Slider.H
324l 0000 root sys $includedir/FL/Fl_Spinner.h Fl_Spinner.H
325l 0000 root sys $includedir/FL/Fl_Sys_Menu_Bar.h Fl_Sys_Menu_Bar.H
326l 0000 root sys $includedir/FL/Fl_Table.h Fl_Table.H
327l 0000 root sys $includedir/FL/Fl_Table_Row.h Fl_Table_Row.H
328l 0000 root sys $includedir/FL/Fl_Tabs.h Fl_Tabs.H
329l 0000 root sys $includedir/FL/Fl_Text_Buffer.h Fl_Text_Buffer.H
330l 0000 root sys $includedir/FL/Fl_Text_Display.h Fl_Text_Display.H
331l 0000 root sys $includedir/FL/Fl_Text_Editor.h Fl_Text_Editor.H
332l 0000 root sys $includedir/FL/Fl_Tile.h Fl_Tile.H
333l 0000 root sys $includedir/FL/Fl_Tiled_Image.h Fl_Tiled_Image.H
334l 0000 root sys $includedir/FL/Fl_Timer.h Fl_Timer.H
335l 0000 root sys $includedir/FL/Fl_Toggle_Button.h Fl_Toggle_Button.H
336l 0000 root sys $includedir/FL/Fl_Toggle_Light_Button.h Fl_Toggle_Light_Button.H
337l 0000 root sys $includedir/FL/Fl_Toggle_Round_Button.h Fl_Toggle_Round_Button.H
338l 0000 root sys $includedir/FL/Fl_Tooltip.h Fl_Tooltip.H
339l 0000 root sys $includedir/FL/Fl_Tree.h Fl_Tree.H
340l 0000 root sys $includedir/FL/Fl_Tree_Item.h Fl_Tree_Item.H
341l 0000 root sys $includedir/FL/Fl_Tree_Item_Array.h Fl_Tree_Item_Array.H
342l 0000 root sys $includedir/FL/Fl_Tree_Prefs.h Fl_Tree_Prefs.H
343l 0000 root sys $includedir/FL/Fl_Valuator.h Fl_Valuator.H
344l 0000 root sys $includedir/FL/Fl_Value_Input.h Fl_Value_Input.H
345l 0000 root sys $includedir/FL/Fl_Value_Output.h Fl_Value_Output.H
346l 0000 root sys $includedir/FL/Fl_Value_Slider.h Fl_Value_Slider.H
347l 0000 root sys $includedir/FL/Fl_Widget.h Fl_Widget.H
348l 0000 root sys $includedir/FL/Fl_Window.h Fl_Window.H
349l 0000 root sys $includedir/FL/Fl_Wizard.h Fl_Wizard.H
350l 0000 root sys $includedir/FL/Fl_XBM_Image.h Fl_XBM_Image.H
351l 0000 root sys $includedir/FL/Fl_XPM_Image.h Fl_XPM_Image.H
352l 0000 root sys $includedir/FL/filename.h filename.H
353l 0000 root sys $includedir/FL/fl_ask.h fl_ask.H
354l 0000 root sys $includedir/FL/fl_draw.h fl_draw.H
355l 0000 root sys $includedir/FL/fl_message.h fl_message.H
356l 0000 root sys $includedir/FL/fl_show_colormap.h fl_show_colormap.H
357l 0000 root sys $includedir/FL/fl_show_input.h fl_show_input.H
358l 0000 root sys $includedir/FL/forms.h forms.H
359l 0000 root sys $includedir/FL/gl_draw.h gl_draw.H
360l 0000 root sys $includedir/FL/glut.h glut.H
361l 0000 root sys $includedir/FL/mac.h mac.H
362l 0000 root sys $includedir/FL/win32.h win32.H
363l 0000 root sys $includedir/FL/x.h x.H
364%system all
365
366# Documentation
367d 0555 root sys $docdir -
368f 0444 root sys $docdir/ documentation/html/*.gif
369f 0444 root sys $docdir/ documentation/html/*.html
370f 0444 root sys $docdir/ documentation/html/*.jpg
371f 0444 root sys $docdir/COPYING COPYING
372f 0444 root sys $docdir/CHANGES CHANGES
373
374# Examples
375d 0555 root sys $docdir/examples
376f 0444 root sys $docdir/examples/config.h config.h
377f 0444 root sys $docdir/examples/ test/*.cxx
378f 0444 root sys $docdir/examples/ test/*.fl
379f 0444 root sys $docdir/examples/ test/*.h
380
381%subpackage games
382%description FLTK Games
383%description Install fltk-games to play Block Attack!, checkers, or Sudoku on your computer.
384
385%system darwin
386d 0555 root sys /Applications/blocks.app -
387d 0555 root sys /Applications/blocks.app/Contents -
388f 0444 root sys /Applications/blocks.app/Contents/Info.plist test/blocks.app/Contents/Info.plist
389f 0444 root sys /Applications/blocks.app/Contents/PkgInfo test/blocks.app/Contents/PkgInfo
390d 0555 root sys /Applications/blocks.app/Contents/MacOS -
391f 0555 root sys /Applications/blocks.app/Contents/MacOS/blocks test/blocks
392d 0555 root sys /Applications/blocks.app/Contents/Resources -
393f 0444 root sys /Applications/blocks.app/Contents/Resources/blocks.icns test/blocks.app/Contents/Resources/blocks.icns
394%postremove /bin/rm -rf /Applications/blocks.app
395
396d 0555 root sys /Applications/checkers.app -
397d 0555 root sys /Applications/checkers.app/Contents -
398f 0444 root sys /Applications/checkers.app/Contents/Info.plist test/checkers.app/Contents/Info.plist
399f 0444 root sys /Applications/checkers.app/Contents/PkgInfo test/checkers.app/Contents/PkgInfo
400d 0555 root sys /Applications/checkers.app/Contents/MacOS -
401f 0555 root sys /Applications/checkers.app/Contents/MacOS/checkers test/checkers
402d 0555 root sys /Applications/checkers.app/Contents/Resources -
403f 0444 root sys /Applications/checkers.app/Contents/Resources/checkers.icns test/checkers.app/Contents/Resources/checkers.icns
404%postremove /bin/rm -rf /Applications/checkers.app
405
406d 0555 root sys /Applications/sudoku.app -
407d 0555 root sys /Applications/sudoku.app/Contents -
408f 0444 root sys /Applications/sudoku.app/Contents/Info.plist test/sudoku.app/Contents/Info.plist
409f 0444 root sys /Applications/sudoku.app/Contents/PkgInfo test/sudoku.app/Contents/PkgInfo
410d 0555 root sys /Applications/sudoku.app/Contents/MacOS -
411f 0555 root sys /Applications/sudoku.app/Contents/MacOS/sudoku test/sudoku
412d 0555 root sys /Applications/sudoku.app/Contents/Resources -
413f 0444 root sys /Applications/sudoku.app/Contents/Resources/sudoku.icns test/sudoku.app/Contents/Resources/sudoku.icns
414%postremove /bin/rm -rf /Applications/sudoku.app
415
416%system !darwin
417f 0555 root sys $bindir/blocks test/blocks
418f 0444 root sys /usr/share/applications/blocks.desktop test/desktop/blocks.desktop
419f 0444 root sys /usr/share/icons/hicolor/32x32/apps/blocks.png test/desktop/blocks-32.png
420f 0444 root sys /usr/share/icons/hicolor/128x128/apps/blocks.png test/desktop/blocks-128.png
421
422f 0555 root sys $bindir/checkers test/checkers
423f 0444 root sys /usr/share/applications/checkers.desktop test/desktop/checkers.desktop
424f 0444 root sys /usr/share/icons/hicolor/32x32/apps/checkers.png test/desktop/checkers-32.png
425f 0444 root sys /usr/share/icons/hicolor/128x128/apps/checkers.png test/desktop/checkers-128.png
426
427f 0555 root sys $bindir/sudoku test/sudoku
428f 0444 root sys /usr/share/applications/sudoku.desktop test/desktop/sudoku.desktop
429f 0444 root sys /usr/share/icons/hicolor/32x32/apps/sudoku.png test/desktop/sudoku-32.png
430f 0444 root sys /usr/share/icons/hicolor/128x128/apps/sudoku.png test/desktop/sudoku-128.png
431
432%system all
433f 0444 root sys $mandir/cat6/blocks.$CAT6EXT documentation/src/blocks.$CAT6EXT
434f 0444 root sys $mandir/cat6/checkers.$CAT6EXT documentation/src/checkers.$CAT6EXT
435f 0444 root sys $mandir/cat6/sudoku.$CAT6EXT documentation/src/sudoku.$CAT6EXT
436f 0444 root sys $mandir/man6/blocks.6 documentation/src/blocks.man
437f 0444 root sys $mandir/man6/checkers.6 documentation/src/checkers.man
438f 0444 root sys $mandir/man6/sudoku.6 documentation/src/sudoku.man
439
440#
441# End of "$Id: fltk.list.in 8661 2011-05-14 18:11:56Z AlbrechtS $".
442#
Note: See TracBrowser for help on using the repository browser.