]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - xorg-x11-drv-ati/xorg-x11-drv-ati.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/pmueller/ipfire-3.x.git] / xorg-x11-drv-ati / xorg-x11-drv-ati.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-ati
7 version = 6.13.1
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 ati video driver.
15
16 description
17 X.Org X11 ati video driver.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/driver/
21 sources = xf86-video-ati-%{version}.tar.bz2
22
23 build
24 requires
25 libdrm-devel
26 libpciaccess-devel
27 libX11-devel
28 mesa-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-ati-%{version}
36
37 CFLAGS += -Wl,-z,lazy
38
39 configure_options += \
40 --enable-dri \
41 --disable-static
42 end
43
44 quality-agent
45 permit_not_full_relro = yes
46 end
47
48 packages
49 package %{name}
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end