Summary: Register your dynamic IP address with a static domain name
Name: irquery
Version: 0.4.7
Release: 1
Group: Networking/Daemons
Copyright: GPL
Source: ftp.ddns.org:/pub/IP/irquery.tgz

%description

Register your dynamic IP address (as obtained via DHCP, PPP or other means)
with a static domain name through Webworks' free dynamic DNS service in the
ddns.org domain.  This allows people to refer to your computer with an
unchanging name even though your IP address can change.  Also includes a
program to find people's dynamic IP addresses based on their e-mail
addresses. Added Mail Forwarding, and HTTP Redirection.

%prep
%setup -n irquery

%build
make

%install
make install

%files
/usr/local/bin/irquery
/usr/local/bin/iron
/usr/local/bin/iroff
/usr/local/bin/irfind
/usr/local/man/man1/irquery.1
/usr/local/man/man1/iron.1
/usr/local/man/man1/iroff.1
/usr/local/man/man1/irfind.1
%config /etc/irquery.conf
%doc README
%doc INSTALL
%doc CREDITS
%doc COPYING
%doc AUTHORS
