Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > e71d80b42bb0b3dc93c6701d505e7ade > files > 2

aphopper-0.3-1mdk.src.rpm

%define name	aphopper
%define version	0.3
%define release 1mdk

Name: 	 	%{name}
Summary: 	Automatic wireless access point hopper
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://aphopper.sourceforge.net/
License:	GPL
Group:		System/Configuration/Networking
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
AP Hopper is a program that automatically hops between access points of
different wireless networks. It checks for DHCP and Internet Access on all
the networks found. It logs successful and unsuccessful attempts.

P.S. The binary is called 'hopper'.

%prep
%setup -q -n %name

%build
%configure
%make
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_sbindir
cp hopper $RPM_BUILD_ROOT/%_sbindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING
%{_sbindir}/hopper

%changelog
* Sun Nov 9 2003 Austin Acton <aacton@yorku.ca> 0.3-1mdk
- initial package