]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - libX11/libX11.nm
Merge remote-tracking branch 'stevee/libatasmart'
[people/arne_f/ipfire-3.x.git] / libX11 / libX11.nm
CommitLineData
6d52de1d 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
6d52de1d
SS
4###############################################################################
5
802ea3af
MT
6name = libX11
7version = 1.3.2
8release = 1
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = System/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X11 protocol client library.
15
16description
17 Client library for X.org X11 protocol.
18end
19
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 libxcb-devel
26 pkg-config
27 xorg-x11-proto-devel
28 xorg-x11-xtrans-devel
29 end
30end
31
32packages
33 package %{name}
34 end
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