]> git.pld-linux.org Git - packages/awesfx.git/blame - awesfx.spec
almost raw
[packages/awesfx.git] / awesfx.spec
CommitLineData
23c811f8
JR
1Summary: Utility programs for the AWE32 sound driver.
2Name: awesfx
3Version: 0.4.3a
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/awesfx-%{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
11Copyright: GPL/distributable
12Prefix: /usr
13ExclusiveArch: i386 alpha
14BuildRoot: /var/tmp/awesfx-root
15%description
16The awesfx package contains necessary utilities for the AWE32
17sound driver.
18
19If you must use an AWE32 sound driver, you should install
20this package.
21
22%prep
23%setup
24mkdir gu11-rom
25cd gu11-rom
26unzip $RPM_SOURCE_DIR/gu11-rom.zip
27cd ..
28%patch -p1
29mkdir include/linux
30cp $RPM_SOURCE_DIR/awe_voice.h include/linux
31
32%build
33xmkmf
34make Makefiles
35make
36
37%install
38rm -rf $RPM_BUILD_ROOT
39mkdir -p $RPM_BUILD_ROOT/usr/{man/man1,bin}
40mkdir -p $RPM_BUILD_ROOT/etc/midi
41mkdir -p $RPM_BUILD_ROOT/bin
42make install
43make install.man
44mv $RPM_BUILD_ROOT/usr/bin/sfxload $RPM_BUILD_ROOT/bin/
45mv gu11-rom/GU11-ROM.SF2 $RPM_BUILD_ROOT/etc/midi
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(-,root,root)
52%doc ChangeLog.sfx README SBKtoSF2.txt bank-samples
53%doc gu11-rom
54/etc/midi/GU11-ROM.SF2
55/bin/sfxload
56/usr/bin/setfx
57/usr/bin/sf2text
58/usr/bin/text2sf
59/usr/bin/gusload
60/usr/bin/sfxtest
61/usr/man/man1/sfxload.1
This page took 0.069673 seconds and 4 git commands to generate.