]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm
b85e2428e7489111e6dc36b048c19241c54daaec
[people/amarx/ipfire-3.x.git] / xorg-x11-drv-evdev / xorg-x11-drv-evdev.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-evdev
7 version = 2.4.99.901
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 evdev input driver.
15
16 description
17 X.Org X11 evdev input driver.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/driver/
21 sources = xf86-input-evdev-%{version}.tar.bz2
22
23 build
24 requires
25 libxkbfile-devel
26 pkg-config
27 xorg-x11-proto-devel
28 xorg-x11-server-devel
29 xorg-x11-util-macros
30 end
31
32 DIR_APP = %{DIR_SRC}/xf86-input-evdev-%{version}
33
34 CFLAGS += -Wl,-z,lazy
35
36 configure_options += \
37 --disable-static
38 end
39
40 quality-agent
41 permit_not_full_relro = yes
42 end
43
44 packages
45 package %{name}
46 end
47
48 package %{name}-devel
49 template DEVEL
50 end
51 end