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