]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / xorg-x11-drv-vesa / xorg-x11-drv-vesa.nm
CommitLineData
83931ab1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
83931ab1
SS
4###############################################################################
5
802ea3af 6name = xorg-x11-drv-vesa
668803d7 7version = 2.3.2
802ea3af 8release = 1
83931ab1 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 vesa video driver.
83931ab1 15
802ea3af
MT
16description
17 X.Org X11 vesa video driver.
18end
83931ab1 19
668803d7
SS
20# Specify the X Server version to build for.
21x11_server_ver = 1.13.2
22
23thisapp = xf86-video-vesa-%{version}
83931ab1 24
668803d7 25source_dl = http://ftp.x.org/pub/individual/driver/
83931ab1 26
802ea3af
MT
27build
28 requires
29 libX11-devel
668803d7 30 libpciaccess-devel >= 0.13.1
802ea3af
MT
31 pkg-config
32 xorg-x11-proto-devel
668803d7 33 xorg-x11-server-devel >= %{x11_server_ver}
802ea3af
MT
34 xorg-x11-util-macros
35 end
83931ab1 36
802ea3af 37 CFLAGS += -Wl,-z,lazy
83931ab1 38
802ea3af
MT
39 configure_options += \
40 --disable-static
41end
1b7ab7ab 42
802ea3af
MT
43quality-agent
44 permit_not_full_relro = yes
45end
bcf28dbe 46
802ea3af
MT
47packages
48 package %{name}
668803d7
SS
49 requires
50 xorg-x11-server >= %{x11_server_ver}
51 end
802ea3af 52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end