]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - jwhois/jwhois.nm
Move all packages to root.
[people/stevee/ipfire-3.x.git] / jwhois / jwhois.nm
diff --git a/jwhois/jwhois.nm b/jwhois/jwhois.nm
new file mode 100644 (file)
index 0000000..607a0ad
--- /dev/null
@@ -0,0 +1,45 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = jwhois
+version    = 4.0
+release    = 0
+
+groups     = Base Applications/Internet
+url        = http://www.gnu.org/software/jwhois/
+license    = GPLv3
+summary    = Internet whois/nicname client.
+
+description
+       A whois client that accepts both traditional and finger-style queries.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.gz
+
+patches    = %{thisapp}-connect.patch
+patches   += %{thisapp}-ipv6match.patch
+patches   += %{thisapp}-enum.patch
+patches   += %{thisapp}-fclose.patch
+patches   += %{thisapp}-conf.patch
+patches   += %{thisapp}-gi.patch
+patches   += %{thisapp}-conf_update.patch
+patches   += %{thisapp}-conf_update2.patch
+patches   += %{thisapp}-dotster.patch
+patches   += %{thisapp}-conf_update3.patch
+patches   += %{thisapp}-conf_update4.patch
+
+build
+       requires
+               gdbm-devel
+       end
+
+       configure_options += --sysconfdir=/etc
+end
+
+packages
+       package %{name}
+       end
+end