]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xorg-x11-drv-nouveau/xorg-x11-drv-nouveau.nm
xorg-x11-drv-nouveau: New package.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-nouveau / xorg-x11-drv-nouveau.nm
CommitLineData
083fd89f
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = xorg-x11-drv-nouveau
7version = 1.0.6
8release = 1
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 nouveau video driver.
15
16description
17 X.Org X11 nv video driver.
18end
19
20# Specify the X Server version to build for.
21x11_server_ver = 1.13.2
22
23thisapp = xf86-video-nouveau-%{version}
24
25source_dl = http://ftp.x.org/pub/individual/driver/
26
27build
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
43end
44
45quality-agent
46 permit_not_full_relro = yes
47end
48
49packages
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
64end