]> git.ipfire.org Git - ipfire-3.x.git/blame - xorg-x11-drv-vmware/xorg-x11-drv-vmware.nm
Add a -debuginfo for every package that is not noarch.
[ipfire-3.x.git] / xorg-x11-drv-vmware / xorg-x11-drv-vmware.nm
CommitLineData
722f0f78 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
722f0f78
SS
4###############################################################################
5
802ea3af
MT
6name = xorg-x11-drv-vmware
7version = 11.0.2
8release = 1
722f0f78 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 vmware video driver.
722f0f78 15
802ea3af
MT
16description
17 X.Org X11 vmware video driver.
18end
722f0f78 19
802ea3af
MT
20source_dl = http://ftp.x.org/pub/individual/driver/
21sources = xf86-video-vmware-%{version}.tar.bz2
722f0f78 22
802ea3af
MT
23build
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
722f0f78 33
722f0f78 34
802ea3af 35 DIR_APP = %{DIR_SRC}/xf86-video-vmware-%{version}
722f0f78 36
802ea3af 37 CFLAGS += -Wl,-z,lazy
722f0f78 38
802ea3af
MT
39 configure_options += \
40 --disable-static
41end
722f0f78 42
802ea3af
MT
43quality-agent
44 permit_not_full_relro = yes
45end
722f0f78 46
802ea3af
MT
47packages
48 package %{name}
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end