]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - xorg-x11-drv-nv/xorg-x11-drv-nv.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / xorg-x11-drv-nv / xorg-x11-drv-nv.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-nv
7 version = 2.1.18
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 nv video driver.
15
16 description
17 X.Org X11 nv video driver.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/driver/
21 sources = xf86-video-nv-%{version}.tar.bz2
22
23 build
24 requires
25 autoconf
26 automake
27 libX11-devel
28 libdrm-devel
29 libtool
30 pkg-config
31 xorg-x11-proto-devel
32 xorg-x11-server-devel
33 xorg-x11-util-macros
34 end
35
36 DIR_APP = %{DIR_SRC}/xf86-video-nv-%{version}
37
38 CFLAGS += -Wl,-z,lazy
39
40 configure_options += \
41 --disable-static
42
43 prepare_cmds
44 autoreconf -vi
45 end
46 end
47
48 quality-agent
49 permit_not_full_relro = yes
50 end
51
52 packages
53 package %{name}
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end