-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvkeybd.spec
91 lines (74 loc) · 2.29 KB
/
vkeybd.spec
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
%define ver 0.1.10
Summary: Virtual Keyboard
Name: vkeybd
Version: %ver
Release: 1
Copyright: GPL
Group: Applications/Sound
Source: http://members.tripod.de/iwai/vkeybd-%{ver}.tgz
BuildRoot: /tmp/rpmtest
URL: http//members.tripod.de/iwai/awedrv.html
%description
====================================================================
VIRTUAL KEYBOARD ver.0.1.10
Takashi Iwai <[email protected]>
====================================================================
This is a virtual keyboard for AWE, MIDI and ALSA drivers.
It's a simple fake of a MIDI keyboard on X-windows system.
Enjoy a music with your mouse and "computer" keyboard :-)
The program requires Tcl7.5/Tk4.1 or newer libraries.
This program supports:
- ALSA driver ver.0.5.x (default)
- AWE driver ver.0.4.3 on OSS
- Raw MIDI device on OSS and ALSA
%prep
%setup
%build
make PREFIX=/usr
%install
make PREFIX="$RPM_BUILD_ROOT"/usr install-all
%clean
rm -rf $RPM_BUILD_ROOT
%files
/usr/bin/*
/usr/man/*
%dir /usr/share/vkeybd
%doc README
%package -n vkeybd-ossonly
====================================================================
VIRTUAL KEYBOARD ver.0.1.10
Takashi Iwai <[email protected]>
====================================================================
This is a virtual keyboard for AWE, MIDI and ALSA drivers.
It's a simple fake of a MIDI keyboard on X-windows system.
Enjoy a music with your mouse and "computer" keyboard :-)
The program requires Tcl7.5/Tk4.1 or newer libraries.
This program supports:
- AWE driver ver.0.4.3 on OSS
- Raw MIDI device on OSS
%description
====================================================================
VIRTUAL KEYBOARD ver.0.1.10
Takashi Iwai <[email protected]>
====================================================================
This is a virtual keyboard for AWE, MIDI and ALSA drivers.
It's a simple fake of a MIDI keyboard on X-windows system.
Enjoy a music with your mouse and "computer" keyboard :-)
The program requires Tcl7.5/Tk4.1 or newer libraries.
This program supports:
- ALSA driver ver.0.5.x (default)
- AWE driver ver.0.4.3 on OSS
- Raw MIDI device on OSS and ALSA
%prep
%setup
%build
make PREFIX=/usr USE_ALSA=0
%install
make PREFIX="$RPM_BUILD_ROOT"/usr USE_ALSA=0 install-all
%clean
rm -rf $RPM_BUILD_ROOT
%files
/usr/bin/*
/usr/man/*
%dir /usr/share/vkeybd
%doc README