]> git.pld-linux.org Git - packages/awesfx.git/blame - awesfx.spec
- adapter(ized)
[packages/awesfx.git] / awesfx.spec
CommitLineData
4752bc32
AF
1Summary: Utility programs for the AWE32 sound driver.
2Name: awesfx
3Version: 0.4.3b
4Release: 2
5Group: Applications/Multimedia
6URL: http//bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/index.html
7Source: http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/%{name}-%{version}.tgz
8Source2: http://www.pvv.org/~thammer/localfiles/soundfonts_other/gu11-rom.zip
9Source3: awe_voice.h
10Patch: awesfx-0.4.3a-make.patch
11License: GPL/distributable
12ExclusiveArch: i386 alpha
13BuildRoot: /tmp/%{name}-%{version}-root
23c811f8
JR
14%description
15The awesfx package contains necessary utilities for the AWE32
16sound driver.
17
18If you must use an AWE32 sound driver, you should install
19this package.
20
21%prep
4752bc32 22%setup -q
23c811f8
JR
23mkdir gu11-rom
24cd gu11-rom
25unzip $RPM_SOURCE_DIR/gu11-rom.zip
26cd ..
27%patch -p1
28mkdir include/linux
29cp $RPM_SOURCE_DIR/awe_voice.h include/linux
30
31%build
32xmkmf
33make Makefiles
34make
35
36%install
37rm -rf $RPM_BUILD_ROOT
4752bc32
AF
38install -d $RPM_BUILD_ROOT/usr/{man/man1,bin}
39install -d $RPM_BUILD_ROOT/etc/midi
40install -d $RPM_BUILD_ROOT/bin
23c811f8
JR
41make install
42make install.man
43mv $RPM_BUILD_ROOT/usr/bin/sfxload $RPM_BUILD_ROOT/bin/
44mv gu11-rom/GU11-ROM.SF2 $RPM_BUILD_ROOT/etc/midi
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
4752bc32 50%defattr(644,root,root,755)
23c811f8
JR
51%doc ChangeLog.sfx README SBKtoSF2.txt bank-samples
52%doc gu11-rom
53/etc/midi/GU11-ROM.SF2
54/bin/sfxload
55/usr/bin/setfx
56/usr/bin/sf2text
57/usr/bin/text2sf
58/usr/bin/gusload
59/usr/bin/sfxtest
60/usr/man/man1/sfxload.1
This page took 0.990885 seconds and 4 git commands to generate.