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