1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# Note: this file was written on a Slackware system.
# You might want to fix the remaining bugs before using it. ;-)
Name: madfuload
Version: 1.2
Release: 1
Summary: firmware for M-Audio USB audio devices
License: proprietary
Group: System Environment/Daemons
Source: %{name}-%{version}.tar.gz
URL: http://usb-midi-fw.sourceforget.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: udev
%description
This package allows you to use the USB Audio interfaces from M-Audio/
Midiman with Linux. It sets up udev rules to load the firmware into the
device.
Supported devices:
- MobilePre
- Ozone
- Sonica
- Transit
%prep
%setup
%build
%configure
make
%install
make DESTDIR=%{buildroot} install
%files -f files.list
%defattr(-,root,root)
%doc README LICENSE Changelog
%clean
rm -rf %{buildroot}
%changelog
* Sat Feb 11 2006 Clemens Ladisch <clemens@ladisch.de>
created
|