]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pakfire/pakfire.nm
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / pakfire / pakfire.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pakfire
7 version = 0.9.6
8 release = 1
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = System/Packaging
12 url = http://www.ipfire.org/
13 license = GPLv3+
14 summary = Package installer/updater.
15
16 description
17 Pakfire optains package lists from the mirrors and can install and update
18 packages.
19 end
20
21 source_dl =
22
23 build
24 requires
25 intltool
26 libsolv-devel
27 python-devel
28 python-distutils-extra
29 end
30
31 CFLAGS += -fno-strict-aliasing
32
33 test
34 # Check, if the binary module is loadable.
35 cd %{DIR_APP}/build/lib*/pakfire/ && python -c "import _pakfire"
36 end
37 end
38
39 packages
40 package %{name}
41 groups += Base
42
43 requires
44 pyliblzma
45 python-progressbar
46 python-urlgrabber
47 pyxattr
48 system-release
49 end
50 end
51
52 package %{name}-build
53 summary = The pakfire builder.
54 description
55 The tools that are needed to build new pakfire packages.
56 end
57 groups += Build
58
59 requires
60 %{name}=%{thisver}
61 end
62
63 files
64 /usr/bin/pakfire-build
65 end
66 end
67 end