-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathfltk.list.in
109 lines (93 loc) · 3.63 KB
/
fltk.list.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#
# "$Id$"
#
# EPM product list file for the Fast Light Tool Kit (FLTK).
#
# (EPM can be found at http://www.easysw.com/epm/)
#
# Copyright 1998-2003 by Bill Spitzak and others.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
#
# Please report all bugs and problems to the following page:
#
# http://www.fltk.org/str.php
#
%product Fast Light Tool Kit (FLTK)
%copyright 1998-2003 by Bill Spitzak and others.
%vendor FLTK Development Team
%license COPYING
%readme README
%version @FL_MAJOR_VERSION@.@FL_MINOR_VERSION@.@FL_PATCH_VERSION@@FL_RELEASE_VERSION@
%description FLTK is a cross-platform GUI toolkit for C++.
$prefix=@prefix@
$exec_prefix=@exec_prefix@
$bindir=@bindir@
$datadir=@datadir@
$includedir=@includedir@
$libdir=@libdir@
$mandir=@mandir@
$CAT1EXT=@CAT1EXT@
$CAT3EXT=@CAT3EXT@
$DSOPREFIX=@DSOPREFIX@
$DSOSUFFIX=@DSOSUFFIX@
$FLUID=@FLUID@
$GLDEMOS=@GLDEMOS@
%system darwin
%postinstall $bindir/fltk2-config -post $bindir/fluid
f 0444 root sys $includedir/fltk/mac.r fltk/mac.r
%system all
# FLUID
f 0555 root sys $bindir/fluid fluid/$FLUID
f 0555 root sys $bindir/fltk2-config fltk2-config
# Man pages
f 0444 root sys $mandir/cat1/fluid.$CAT1EXT documentation/fluid.$CAT1EXT
f 0444 root sys $mandir/cat1/fltk2-config.$CAT1EXT documentation/fltk2-config.$CAT1EXT
f 0444 root sys $mandir/cat3/fltk.$CAT3EXT documentation/fltk.$CAT3EXT
f 0444 root sys $mandir/man1/fluid.1 documentation/fluid.man
f 0444 root sys $mandir/man1/fltk2-config.1 documentation/fltk2-config.man
f 0444 root sys $mandir/man3/fltk.3 documentation/fltk.man
# Library files
f 0444 root sys $libdir/libfltk2.a lib/libfltk2.a
f 0444 root sys $libdir/libfltk2_images.a lib/libfltk2_images.a
f 0444 root sys $libdir/libfltk2_forms.a lib/libfltk2_forms.a
%if GLDEMOS
f 0444 root sys $libdir/libfltk2_gl.a lib/libfltk2_gl.a
%endif
%if DSOPREFIX
f 0555 root sys $libdir/$(DSOPREFIX)fltk2$(DSOSUFFIX) src/$(DSOPREFIX)fltk2$(DSOSUFFIX)
l 0000 root sys $libdir/$(DSOPREFIX)fltk2$(DSOSYMLINK) $(DSOPREFIX)fltk2$(DSOSUFFIX)
f 0555 root sys $libdir/$(DSOPREFIX)fltk2_forms$(DSOSUFFIX) src/$(DSOPREFIX)fltk2_forms$(DSOSUFFIX)
l 0000 root sys $libdir/$(DSOPREFIX)fltk2_forms$(DSOSYMLINK) $(DSOPREFIX)fltk2_forms$(DSOSUFFIX)
f 0555 root sys $libdir/$(DSOPREFIX)fltk2_images$(DSOSUFFIX) src/$(DSOPREFIX)fltk2_images$(DSOSUFFIX)
l 0000 root sys $libdir/$(DSOPREFIX)fltk2_images$(DSOSYMLINK) $(DSOPREFIX)fltk2_images$(DSOSUFFIX)
%if GLDEMOS
f 0555 root sys $libdir/$(DSOPREFIX)fltk2_gl$(DSOSUFFIX) src/$(DSOPREFIX)fltk2_gl$(DSOSUFFIX)
l 0000 root sys $libdir/$(DSOPREFIX)fltk2_gl$(DSOSYMLINK) $(DSOPREFIX)fltk2_gl$(DSOSUFFIX)
%endif
%endif
# Header files
f 0444 root sys $includedir/fltk/ fltk/*.h
# Documentation
f 0444 root sys $datadir/doc/fltk/ documentation/*.gif
f 0444 root sys $datadir/doc/fltk/ documentation/*.html
f 0444 root sys $datadir/doc/fltk/ documentation/*.jpg
f 0444 root sys $datadir/doc/fltk/CHANGES CHANGES
f 0444 root sys $datadir/doc/fltk/COPYING COPYING
f 0444 root sys $datadir/doc/fltk/CREDITS CREDITS
#
# End of "$Id$".
#