]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/xorg-x11-drv-nv/xorg-x11-drv-nv.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / xorg-x11-drv-nv / xorg-x11-drv-nv.nm
CommitLineData
147366a6 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
147366a6
SS
4###############################################################################
5
802ea3af
MT
6name = xorg-x11-drv-nv
7version = 2.1.18
8release = 1
147366a6 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Driver
12url = http://www.x.org/
13license = MIT
14summary = Xorg X11 nv video driver.
147366a6 15
802ea3af 16description
147366a6 17 X.Org X11 nv video driver.
802ea3af
MT
18end
19
20source_dl = http://ftp.x.org/pub/individual/driver/
21sources = xf86-video-nv-%{version}.tar.bz2
22
23build
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
46end
47
48quality-agent
49 permit_not_full_relro = yes
50end
51
52packages
53 package %{name}
54 end
55end