]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libX11/libX11.nm
grep: Update to version 2.18.
[people/ms/ipfire-3.x.git] / libX11 / libX11.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libX11
7 version = 1.5.0
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = System/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = X11 protocol client library.
15
16 description
17 Client library for X.org X11 protocol.
18 end
19
20 source_dl = ftp://ftp.x.org/pub/individual/lib/
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 libxcb-devel
26 pkg-config
27 xorg-x11-proto-devel
28 xorg-x11-xtrans-devel
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end