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