]> git.ipfire.org Git - ipfire-3.x.git/blob - xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm
git: Update to 2.23.0
[ipfire-3.x.git] / xorg-x11-drv-vesa / xorg-x11-drv-vesa.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-vesa
7 version = 2.3.2
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 vesa video driver.
15
16 description
17 X.Org X11 vesa 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-vesa-%{version}
24
25 source_dl = http://ftp.x.org/pub/individual/driver/
26
27 build
28 requires
29 libX11-devel
30 libpciaccess-devel >= 0.13.1
31 pkg-config
32 xorg-x11-proto-devel
33 xorg-x11-server-devel >= %{x11_server_ver}
34 xorg-x11-util-macros
35 end
36
37 CFLAGS += -Wl,-z,lazy
38
39 configure_options += \
40 --disable-static
41 end
42
43 quality-agent
44 permit_not_full_relro = yes
45 end
46
47 packages
48 package %{name}
49 requires
50 xorg-x11-server >= %{x11_server_ver}
51 end
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57 end