]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xorg-x11-drv-nouveau/xorg-x11-drv-nouveau.nm
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-nouveau / xorg-x11-drv-nouveau.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-drv-nouveau
7 version = 1.0.6
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Driver
12 url = http://www.x.org/
13 license = MIT
14 summary = Xorg X11 nouveau video driver.
15
16 description
17 X.Org X11 nv video driver.
18 end
19
20 # Specify the X Server version to build for.
21 x11_server_ver = 1.13.2
22
23 thisapp = xf86-video-nouveau-%{version}
24
25 source_dl = http://ftp.x.org/pub/individual/driver/
26
27 build
28 requires
29 libX11-devel
30 libdrm-devel
31 libudev-devel
32 mesa-devel >= 9.0.2
33 pkg-config
34 xorg-x11-proto-devel
35 xorg-x11-server-devel >= %{x11_server_ver}
36 xorg-x11-util-macros
37 end
38
39 CFLAGS += -Wl,-z,lazy
40
41 configure_options += \
42 --disable-static
43 end
44
45 quality-agent
46 permit_not_full_relro = yes
47 end
48
49 packages
50 package %{name}
51 obsoletes
52 xorg-x11-drv-nv
53 end
54
55 requires
56 dri-drivers >= 9.0.2
57 xorg-x11-server >= %{x11_server_ver}
58 end
59 end
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
64 end