]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xorg-x11-xinit/xorg-x11-xinit.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / xorg-x11-xinit / xorg-x11-xinit.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xorg-x11-xinit
7 version = 1.3.2
8 release = 1
9 thisapp = xinit-%{version}
10
11 groups = X/Server
12 url = http://www.x.org
13 license = MIT
14 summary = X.Org X11 X Window System xinit startup scripts.
15
16 description
17 X.Org X11 X Window System xinit startup scripts.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/app/
21
22 build
23 requires
24 autoconf
25 automake
26 libX11-devel
27 libtool
28 xorg-x11-util-macros
29 end
30
31 prepare_cmds
32 # Regenerate build system.
33 autoreconf -vfi
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end