]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libX11/libX11.nm
libuecc: New package
[people/ms/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 6name = libX11
bdb48e0c 7version = 1.5.0
802ea3af
MT
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
bdb48e0c 20source_dl = ftp://ftp.x.org/pub/individual/lib/
802ea3af
MT
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}
1f9bc2f0 34
802ea3af
MT
35 package %{name}-devel
36 template DEVEL
37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end