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