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