]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pyxattr/pyxattr.nm
8b323b86fed4de8ab8507b6e841433cf3a446787
[people/amarx/ipfire-3.x.git] / pyxattr / pyxattr.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pyxattr
7 version = 0.5.0
8 release = 1
9
10 groups = Development/Libraries
11 url = http://pyxattr.sourceforge.net/
12 license = LGPLv2+
13 summary = Extended attributes library wrapper for Python.
14
15 description
16 Python extension module wrapper for libattr. It allows to query, list,\
17 add and remove extended attributes from files and directories.
18 end
19
20 source_dl =
21
22 build
23 requires
24 libattr-devel
25 python-devel
26 python-setuptools
27 end
28
29 build
30 python setup.py build
31 end
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36 end
37
38 packages
39 package %{name}
40 end