]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - jwhois/jwhois.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / jwhois / jwhois.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = jwhois
7 version = 4.0
8 release = 0
9
10 groups = Base Applications/Internet
11 url = http://www.gnu.org/software/jwhois/
12 license = GPLv3
13 summary = Internet whois/nicname client.
14
15 description
16 A whois client that accepts both traditional and finger-style queries.
17 end
18
19 source_dl =
20 sources = %{thisapp}.tar.gz
21
22 patches = %{thisapp}-connect.patch
23 patches += %{thisapp}-ipv6match.patch
24 patches += %{thisapp}-enum.patch
25 patches += %{thisapp}-fclose.patch
26 patches += %{thisapp}-conf.patch
27 patches += %{thisapp}-gi.patch
28 patches += %{thisapp}-conf_update.patch
29 patches += %{thisapp}-conf_update2.patch
30 patches += %{thisapp}-dotster.patch
31 patches += %{thisapp}-conf_update3.patch
32 patches += %{thisapp}-conf_update4.patch
33
34 build
35 requires
36 gdbm-devel
37 end
38
39 configure_options += --sysconfdir=/etc
40 end
41
42 packages
43 package %{name}
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end