]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pyfire/pyfire.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / pyfire / pyfire.nm
CommitLineData
b09ca36a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b09ca36a
MT
4###############################################################################
5
802ea3af
MT
6name = pyfire
7version = 0.99.1
8release = 1
49b71a56 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.ipfire.org
12license = GPLv3+
13summary = A python library for easy functions.
49b71a56 14
802ea3af
MT
15description
16 Pyfire is a library which offers a lot of easy to use functions.
17end
49b71a56 18
802ea3af
MT
19build
20 requires
21 python
22 end
49b71a56 23
802ea3af 24 DIR_APP = %{DIR_SOURCE}/src
b09ca36a 25
802ea3af 26 prepare = # Nothing to do
b09ca36a 27
802ea3af 28 build = # Nothing to do
b09ca36a 29
802ea3af
MT
30 install
31 make install DESTDIR=%{BUILDROOT}
32 make clean
33 end
34end
b09ca36a 35
802ea3af
MT
36packages
37 package %{name}
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end