]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pakfire/pakfire.nm
coreutils: Do not provide hostname.
[people/ms/ipfire-3.x.git] / pakfire / pakfire.nm
CommitLineData
e5192f6a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e5192f6a
MT
4###############################################################################
5
802ea3af
MT
6name = pakfire
7version = 0.9.6
8release = 1
e5192f6a 9
802ea3af
MT
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
11groups = System/Packaging
12url = http://www.ipfire.org/
13license = GPLv3+
14summary = Package installer/updater.
e5192f6a 15
802ea3af
MT
16description
17 Pakfire optains package lists from the mirrors and can install and update
f5b41606 18 packages.
802ea3af
MT
19end
20
21source_dl =
e5192f6a 22
802ea3af
MT
23build
24 requires
25 intltool
26 libsolv-devel
27 python-devel
28 python-distutils-extra
29 end
e5192f6a 30
802ea3af 31 CFLAGS += -fno-strict-aliasing
706e01d9 32
802ea3af
MT
33 test
34 # Check, if the binary module is loadable.
35 cd %{DIR_APP}/build/lib*/pakfire/ && python -c "import _pakfire"
36 end
37end
fd79f072 38
802ea3af
MT
39packages
40 package %{name}
41 groups += Base
7afde232 42
802ea3af
MT
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
7afde232 62
802ea3af
MT
63 files
64 /usr/bin/pakfire-build
65 end
66 end
67end