]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - pakfire/pakfire.nm
coreutils: Do not provide hostname.
[people/ms/ipfire-3.x.git] / pakfire / pakfire.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = pakfire
7version = 0.9.6
8release = 1
9
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
11groups = System/Packaging
12url = http://www.ipfire.org/
13license = GPLv3+
14summary = Package installer/updater.
15
16description
17 Pakfire optains package lists from the mirrors and can install and update
18 packages.
19end
20
21source_dl =
22
23build
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
37end
38
39packages
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
67end