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