]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm
66fc404ce5d18a88bb60e5e274602b8dc02346e3
[people/amarx/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.0
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 source_dl = http://ftp.x.org/pub/individual/driver/
21 sources = xf86-video-vesa-%{version}.tar.bz2
22
23 DIR_APP = $(DIR_SRC)/xf86-video-vesa-$(PKG_VER)
24
25 build
26 requires
27 libX11-devel
28 libpciaccess-devel
29 pkg-config
30 xorg-x11-proto-devel
31 xorg-x11-server-devel
32 xorg-x11-util-macros
33 end
34
35 DIR_APP = %{DIR_SRC}/xf86-video-vesa-%{version}
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 end
50 end