]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-cairo/python-cairo.nm
Merge remote-tracking branch 'maniacikarus/ids'
[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
8release = 2
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}
34 end
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 # The development headers need the cairo headers.
38 requires
39 cairo-devel
40 end
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end