]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/xorg-x11-drv-vmware/xorg-x11-drv-vmware.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / 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 = 11.0.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 vmware video driver.
15
16 description
17 X.Org X11 vmware video driver.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/driver/
21 sources = xf86-video-vmware-%{version}.tar.bz2
22
23 build
24 requires
25 libX11-devel
26 libdrm-devel
27 libpciaccess-devel
28 pkg-config
29 xorg-x11-proto-devel
30 xorg-x11-server-devel
31 xorg-x11-util-macros
32 end
33
34
35 DIR_APP = %{DIR_SRC}/xf86-video-vmware-%{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