]> git.pld-linux.org Git - packages/allegro.git/blob - allegro.spec
beee9abe3269ef06b37aa3574af7250d allegro-3.9.38.tar.gz
[packages/allegro.git] / allegro.spec
1 Summary:        A game programming library
2 Summary(pl):    Biblioteka do programowania gier
3 Name:           allegro
4 Version:        3.9.38
5 Release:        1
6 License:        giftware
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 Source0:        http://prdownloads.sourceforge.net/alleg/%{name}-%{version}.tar.gz
16 Patch0:         %{name}-makefile.patch
17 URL:            http://www.talula.demon.co.uk/allegro/
18 BuildRequires:  esound-devel
19 BuildRequires:  alsa-lib-devel
20 BuildRequires:  svgalib-devel
21 BuildRequires:  XFree86-devel
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Allegro is a cross-platform library intended for use in computer games
26 and other types of multimedia programming.
27
28 %description -l pl
29 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w grach
30 komputerowych i innych rodzajach oprogramowania multimedialnego.
31
32 %package devel
33 Summary:        A game programming library - header files
34 Summary(pl):    Biblioteka do programowania gier - pliki nag³ówkowe
35 Group:          Development/Libraries
36 Requires:       %{name} = %{version}
37
38 %description devel
39 Allegro is a cross-platform library intended for use in computer games
40 and other types of multimedia programming.
41
42 This package contains header files neccessary for compiling applications
43 using allegro library.
44
45 %description devel -l pl
46 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w grach
47 komputerowych i innych rodzajach oprogramowania multimedialnego.
48
49 Ten pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania aplikacji
50 wykorzystuj±cych bibliotekê allegro.
51
52 %package static
53 Summary:        A game programming library - static libraries
54 Summary(pl):    Biblioteka do programowania gier - biblioteki statyczne
55 Group:          Development/Libraries
56 Requires:       %{name}-devel = %{version}
57
58 %description static
59 Allegro is a cross-platform library intended for use in computer games
60 and other types of multimedia programming.
61
62 This package contains static libraries for linking with allegro
63 applications.
64
65 %description static -l pl
66 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w grach
67 komputerowych i innych rodzajach oprogramowania multimedialnego.
68
69 Ten pakiet zawiera biblioteki statyczne do linkowania z aplikacjami
70 wykorzystuj±cymi allegro.
71
72 %package svgalib
73 Summary:        A game programming library - svgalib module
74 Summary(pl):    Biblioteka do programowania gier - modu³ dla svgalib
75 Group:          Libraries
76 PreReq:         %{name} = %{version}
77
78 %description svgalib
79 Allegro is a cross-platform library intended for use in computer games
80 and other types of multimedia programming.
81
82 This package contains module for use with allegro and svgalib.
83
84 %description svgalib -l pl
85 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w grach
86 komputerowych i innych rodzajach oprogramowania multimedialnego.
87
88 Ten pakiet zawiera modu³ do wykorzystania allegro z svgalibem.
89
90 %package dga2
91 Summary:        A game programming library - DGA2 module
92 Summary(pl):    Biblioteka do programowania gier - modu³ dla DGA2
93 Group:          Libraries
94 PreReq:         %{name} = %{version}
95
96 %description dga2
97 Allegro is a cross-platform library intended for use in computer games
98 and other types of multimedia programming.
99
100 This package contains module for use with DGA.
101
102 %description dga2 -l pl
103 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w grach
104 komputerowych i innych rodzajach oprogramowania multimedialnego.
105
106 Ten pakiet zawiera modu³ do wykorzystania z DGA.
107
108 %package esd
109 Summary:        A game programming library - esound module
110 Summary(pl):    Biblioteka do programowania gier - modu³ dla esound
111 Group:          Libraries
112 PreReq:         %{name} = %{version}
113
114 %description esd
115 Allegro is a cross-platform library intended for use in computer games
116 and other types of multimedia programming.
117
118 This package contains a esound module for use with ESound daemon.
119
120 %description esd -l pl
121 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w grach
122 komputerowych i innych rodzajach oprogramowania multimedialnego.
123
124 Ten pakiet zawiera modu³ do wykorzystania z demonem ESound.
125
126 %package alsa
127 Summary:        A game programming library - ALSA modules
128 Summary(pl):    Biblioteka do programowania gier - modu³y dla ALSA
129 Group:          Libraries
130 PreReq:         %{name} = %{version}
131
132 %description alsa
133 Allegro is a cross-platform library intended for use in computer games
134 and other types of multimedia programming.
135
136 This package contains modules for use with ALSA sound library.
137
138 %description alsa -l pl
139 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w grach
140 komputerowych i innych rodzajach oprogramowania multimedialnego.
141
142 Ten pakiet zawiera modu³y do wykorzystania z bibliotek± d¼wiêkow± ALSA.
143
144 %prep
145 %setup  -q
146 %patch0 -p1
147
148 %build
149 aclocal
150 autoconf
151 %configure \
152         --enable-static
153 %{__make}
154
155 %install
156 rm -rf $RPM_BUILD_ROOT
157
158 %{__make} \
159         DESTDIR=$RPM_BUILD_ROOT \
160         install \
161         install-man \
162         install-info
163
164 gzip -9nf AUTHORS CHANGES THANKS
165
166 echo -e "# List of modules to be loaded by the Unix version of Allegro.\n" \
167         > $RPM_BUILD_ROOT%{_libdir}/allegro/modules.lst
168
169 %clean
170 rm -rf $RPM_BUILD_ROOT
171
172 %files
173 %defattr(644,root,root,755)
174 %attr(755,root,root) %{_bindir}/colormap
175 %attr(755,root,root) %{_bindir}/exedat
176 %attr(755,root,root) %{_bindir}/pack
177 %attr(755,root,root) %{_bindir}/rgbmap
178 %attr(755,root,root) %{_bindir}/textconv
179 %attr(755,root,root) %{_bindir}/dat
180 %attr(755,root,root) %{_bindir}/dat2s
181 %attr(755,root,root) %{_bindir}/grabber
182 %attr(755,root,root) %{_bindir}/pat2dat
183 %attr(755,root,root) %{_libdir}/*.so
184 %dir %{_libdir}/allegro
185 %{_libdir}/allegro/modules.lst
186
187 %files devel
188 %defattr(644,root,root,755)
189 %{_includedir}/*
190 %attr(755,root,root) %{_bindir}/allegro-config
191 %{_mandir}/man3/*
192 %{_infodir}/*
193
194 %files static
195 %defattr(644,root,root,755)
196 %{_libdir}/*.a
197
198 %files svgalib
199 %defattr(644,root,root,755)
200 %{_libdir}/allegro/alleg-svgalib-%{version}.so
201
202 %files dga2
203 %defattr(644,root,root,755)
204 %{_libdir}/allegro/alleg-dga2-%{version}.so
205
206 %files esd
207 %defattr(644,root,root,755)
208 %{_libdir}/allegro/alleg-esddigi-%{version}.so
209
210 %files alsa
211 %defattr(644,root,root,755)
212 %{_libdir}/allegro/alleg-alsadigi-%{version}.so
213 %{_libdir}/allegro/alleg-alsamidi-%{version}.so
This page took 0.081034 seconds and 3 git commands to generate.