fltk.list 19 KB

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