]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXi/libXi.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / libXi / libXi.nm
CommitLineData
04f7b647 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
04f7b647
SS
4###############################################################################
5
802ea3af 6name = libXi
f46f5d7e 7version = 1.6.2
802ea3af 8release = 1
04f7b647 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://xcb.freedesktop.org/
13license = MIT
14summary = X.Org X11 libXi runtime library.
04f7b647 15
802ea3af 16description
04f7b647 17 X.Org X11 libXi runtime library.
802ea3af
MT
18end
19
f46f5d7e 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
23 requires
24 libX11-devel
25 libXext-devel
26 pkg-config
27 xorg-x11-proto-devel
28 xorg-x11-util-macros
29 end
30
31 configure_options += \
32 --disable-static
33end
34
35packages
36 package %{name}
1f9bc2f0 37
802ea3af
MT
38 package %{name}-devel
39 template DEVEL
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end