File: madfuload.spec

package info (click to toggle)
madfuload 1.2-4
  • links: PTS
  • area: non-free
  • in suites: jessie-kfreebsd, squeeze, wheezy
  • size: 372 kB
  • ctags: 67
  • sloc: sh: 804; ansic: 342; makefile: 37
file content (45 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (6)
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