]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-cairo/python-cairo.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / python-cairo / python-cairo.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-cairo
7 version = 1.8.10
8 release = 3
9
10 groups = Development/Tools
11 url = http://cairographics.org/pycairo
12 license = MPLv1.1 or LGPLv2
13 summary = Python bindings for the cairo library.
14
15 description
16 Python bindings for the cairo library.
17 end
18
19 source_dl =
20 sources = py2cairo-%{version}.tar.gz
21
22 build
23 requires
24 cairo-devel
25 pkg-config
26 python-devel
27 end
28
29 DIR_APP = %{DIR_SRC}/pycairo-%{version}
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37
38 # The development headers need the cairo headers.
39 requires
40 cairo-devel
41 end
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end