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