Summary: The binary management module for the Alcatel Speed Touch USB modem Name: speedtouch-mgmt Version: 1.3.4 Release: 1 Copyright: (c)2002 Alcatel Group: Applications/Communications Source: speedmgmt.tar.gz URL: http://www.speedtouchdsl.com/dvrreg_lx.htm BuildRoot: %{_tmppath}/%{name}-root %description This package contains ONLY the mgmt.o module for use with the Speed Touch USB modem, which is required if you are using the open source user-mode drivers from http://speedtouch.sourceforge.net/ %prep %setup -n mgmt %build %clean rm -rf $RPM_BUILD_ROOT %install mkdir -p $RPM_BUILD_ROOT/opt/speedtouch-mgmt install mgmt.o $RPM_BUILD_ROOT/opt/speedtouch-mgmt/ %files %defattr(-,root,root) %doc LICENSE ChangeLog /opt/speedtouch-mgmt/* %changelog * Wed Jun 19 2002 Tim Jackson - First RPM version