]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pyliblzma/pyliblzma.nm
48450d735c1cb74f9e36bcb7468373904536d01e
[people/amarx/ipfire-3.x.git] / pyliblzma / pyliblzma.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pyliblzma
7 version = 0.5.3
8 release = 1
9
10 groups = Development/Debuggers
11 url = https://launchpad.net/pyliblzma
12 license = LGPLv3+
13 summary = Python bindings for lzma
14
15 description
16 PylibLZMA provides a python interface for the liblzma library
17 to read and write data that has been compressed or can be decompressed
18 by Lasse Collin's lzma utils.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 pkg-config
27 python-devel
28 python-setuptools
29 xz
30 xz-devel
31 end
32
33 build
34 python setup.py build
35 end
36
37 test
38 python setup.py test
39 end
40
41 install
42 python setup.py install --root=%{BUILDROOT}
43 end
44 end
45
46 packages
47 package %{name}
48 end