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