Source:%{name}-%{version}.tar.gz
BuildRoot:%{_tmppath}/%{name}-%{release}-root
Vendor:MGC Group
Distribution:Magic Linux
prefix:%{_sysconfdir}
Packager:loveKDE<[email protected]>
%description
This is a PPP for Linux
%prep
%setup -q -n %{name}-%{version}-%{subver}
%build
./configure --prefix=%{_sysconfdir}
make
%install
rm -fr $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install