]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/jwhois/jwhois.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
8release = 0
d02dcfea 9
802ea3af
MT
10groups = Base Applications/Internet
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}
44 end
45end