aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorg_devel/xorg_devel.build
blob: 286853255b20b5c5b3ecde0c0821e8f5e3421474 (plain)
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
#!/bin/bash
#
# Maintainer: Deposite Pirate <ofni.sknuplatem@etaripd>

source /usr/src/ports/Build/build.sh

NAME=xorg_devel
VERSION=7.7
BUILD=3

# Description

cat > ${PKG}/install/slack-desc <<EOF
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':'.

$(padd)|-----handy-ruler------------------------------------------------------|
${NAME}: xorg_devel
${NAME}:
${NAME}: Development files and tools needed to build Xorg or compile Xorg
${NAME}: applications.
${NAME}:
${NAME}: Homepage: http://www.x.org
${NAME}:
${NAME}:
${NAME}:
${NAME}:
${NAME}:
EOF

# Sources

export XORGREPO="http://www.x.org/releases/X11R${VERSION}/src/everything"
export XORGIREPO="http://xorg.freedesktop.org/archive/individual"
export X_CFLAGS="-I${PKG}${SYS_DIR[include]}"
export X_LIBS="-L${PKG}${SYS_DIR[lib]}"

configure()
{
sed -i 's|$(libdir)/pkgconfig|$(datarootdir)/pkgconfig|g' Makefile.{in,am}
PKG_CONFIG_PATH="${PKG}${SYS_DIR[share]}/pkgconfig" \
CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \
./configure \
 --build="${ARCH}-slackware-linux" \
 --disable-dependency-tracking \
 --disable-silent-rules \
 --prefix="${SYS_DIR[usr]}" \
 --mandir="${SYS_DIR[man]}" \
 --docdir="${SYS_DIR[doc]}/xorg-${VERSION}" \
 --sysconfdir="${SYS_DIR[etc]}" \
 --libdir="${SYS_DIR[lib]}" \
 --localstatedir="${SYS_DIR[var]}" \
 ${*}
make ${JOBS} V=1
make install DESTDIR="${PKG}"
}

SRCNAME[0]=util-macros
SRCVERS[0]=1.17
SRCPACK[0]=${XORGIREPO}/util/${SRCNAME[0]}-${SRCVERS[0]}.tar.bz2

build0()
{
configure
changelog ChangeLog
license COPYING
rm -rf ${PKG}${SYS_DIR[share]}/util-macros
}

SRCNAME[1]=xproto
SRCVERS[1]=7.0.24
SRCPACK[1]=${XORGIREPO}/proto/${SRCNAME[1]}-${SRCVERS[1]}.tar.bz2

build1()
{
configure
doc AUTHORS
changelog ChangeLog
license COPYING
}

SRCNAME[2]=makedepend
SRCVERS[2]=1.0.4
SRCPACK[2]=${XORGIREPO}/util/${SRCNAME[2]}-${SRCVERS[2]}.tar.bz2

build2()
{
CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \
configure
doc AUTHORS
changelog ChangeLog
license COPYING
}

SRCNAME[3]=xextproto
SRCVERS[3]=7.2.1
SRCPACK[3]=${XORGIREPO}/proto/${SRCNAME[3]}-${SRCVERS[3]}.tar.bz2

build3()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[4]=xineramaproto
SRCVERS[4]=1.2
SRCPACK[4]=${XORGIREPO}/proto/${SRCNAME[4]}-${SRCVERS[4]}.tar.bz2

build4()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[5]=xf86vidmodeproto
SRCVERS[5]=2.3
SRCPACK[5]=${XORGIREPO}/proto/${SRCNAME[5]}-${SRCVERS[5]}.tar.bz2

build5()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[6]=xf86driproto
SRCVERS[6]=2.1.0
SRCPACK[6]=${XORGIREPO}/proto/${SRCNAME[6]}-${SRCVERS[6]}.tar.bz2

build6()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[7]=xf86dgaproto
SRCVERS[7]=2.1
SRCPACK[7]=${XORGIREPO}/proto/${SRCNAME[7]}-${SRCVERS[7]}.tar.bz2

build7()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[8]=xf86bigfontproto
SRCVERS[8]=1.2.0
SRCPACK[8]=${XORGIREPO}/proto/${SRCNAME[8]}-${SRCVERS[8]}.tar.bz2

build8()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[9]=videoproto
SRCVERS[9]=2.3.1
SRCPACK[9]=${XORGIREPO}/proto/${SRCNAME[9]}-${SRCVERS[9]}.tar.bz2

build9()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[10]=scrnsaverproto
SRCVERS[10]=1.2.2
SRCPACK[10]=${XORGIREPO}/proto/${SRCNAME[10]}-${SRCVERS[10]}.tar.bz2

build10()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[11]=resourceproto
SRCVERS[11]=1.2.0
SRCPACK[11]=${XORGIREPO}/proto/${SRCNAME[11]}-${SRCVERS[11]}.tar.bz2

build11()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[12]=renderproto
SRCVERS[12]=0.11.1
SRCPACK[12]=${XORGIREPO}/proto/${SRCNAME[12]}-${SRCVERS[12]}.tar.bz2

build12()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[13]=recordproto
SRCVERS[13]=1.14.2
SRCPACK[13]=${XORGIREPO}/proto/${SRCNAME[13]}-${SRCVERS[13]}.tar.bz2

build13()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[14]=randrproto
SRCVERS[14]=1.4.0
SRCPACK[14]=${XORGIREPO}/proto/${SRCNAME[14]}-${SRCVERS[14]}.tar.bz2

build14()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[15]=kbproto
SRCVERS[15]=1.0.6
SRCPACK[15]=${XORGIREPO}/proto/${SRCNAME[15]}-${SRCVERS[15]}.tar.bz2

build15()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[16]=inputproto
SRCVERS[16]=2.3
SRCPACK[16]=${XORGIREPO}/proto/${SRCNAME[16]}-${SRCVERS[16]}.tar.bz2

build16()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[17]=glproto
SRCVERS[17]=1.4.16
SRCPACK[17]=${XORGIREPO}/proto/${SRCNAME[17]}-${SRCVERS[17]}.tar.bz2

build17()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[18]=fontsproto
SRCVERS[18]=2.1.2
SRCPACK[18]=${XORGIREPO}/proto/${SRCNAME[18]}-${SRCVERS[18]}.tar.bz2

build18()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[19]=fixesproto
SRCVERS[19]=5.0
SRCPACK[19]=${XORGIREPO}/proto/${SRCNAME[19]}-${SRCVERS[19]}.tar.bz2

build19()
{
configure
doc AUTHORS
changelog ChangeLog
license COPYING
}

SRCNAME[20]=dri2proto
SRCVERS[20]=2.8
SRCPACK[20]=${XORGIREPO}/proto/${SRCNAME[20]}-${SRCVERS[20]}.tar.bz2

build20()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[21]=dmxproto
SRCVERS[21]=2.3
SRCPACK[21]=${XORGIREPO}/proto/${SRCNAME[21]}-${SRCVERS[21]}.tar.bz2

build21()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[22]=damageproto
SRCVERS[22]=1.2.1
SRCPACK[22]=${XORGIREPO}/proto/${SRCNAME[22]}-${SRCVERS[22]}.tar.bz2

build22()
{
configure
doc AUTHORS
changelog ChangeLog
license COPYING
}

SRCNAME[23]=compositeproto
SRCVERS[23]=0.4.2
SRCPACK[23]=${XORGIREPO}/proto/${SRCNAME[23]}-${SRCVERS[23]}.tar.bz2

build23()
{
configure
doc AUTHORS
changelog ChangeLog
license COPYING
}

SRCNAME[24]=bigreqsproto
SRCVERS[24]=1.1.2
SRCPACK[24]=${XORGIREPO}/proto/${SRCNAME[24]}-${SRCVERS[24]}.tar.bz2

build24()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[25]=xcb-proto
SRCVERS[25]=1.8
SRCPACK[25]=http://xcb.freedesktop.org/dist/${SRCNAME[25]}-${SRCVERS[25]}.tar.bz2

build25()
{
configure \
 --datadir="${SYS_DIR[share]}/application-data"
license COPYING
}

SRCNAME[26]=libpthread-stubs
SRCVERS[26]=0.3
SRCPACK[26]=${XORGIREPO}/lib/${SRCNAME[26]}-${SRCVERS[26]}.tar.bz2

build26()
{
configure
}

SRCNAME[27]=xtrans
SRCVERS[27]=1.2.7
SRCPACK[27]=${XORGIREPO}/lib/${SRCNAME[27]}-${SRCVERS[27]}.tar.bz2

build27()
{
configure
changelog ChangeLog
license COPYING
}

SRCNAME[28]=xcmiscproto
SRCVERS[28]=1.2.2
SRCPACK[28]=${XORGIREPO}/proto/${SRCNAME[28]}-${SRCVERS[28]}.tar.bz2

build28()
{
configure
changelog ChangeLog
license COPYING
#FIXME: Make that a subpackage one of these days
rm -rf ${PKG}${SYS_DIR[doc]}/xorg-${VERSION}
}