]> git.pld-linux.org Git - packages/linuxband.git/blob - linuxband.spec
new package
[packages/linuxband.git] / linuxband.spec
1 Summary:        LinuxBand GUI front-end for MMA
2 Name:           linuxband
3 Version:        12.02.1
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications
7 Source0:        http://linuxband.org/assets/sources/%{name}-%{version}.tar.gz
8 # Source0-md5:  d87c8db9badf776fd321362b2fdb6c7a
9 Patch0:         grooves.patch
10 Patch1:         isdigit.patch
11 URL:            http://linuxband.org/
12 BuildRequires:  autoconf
13 BuildRequires:  glib2-devel >= 1:2.2
14 BuildRequires:  jack-audio-connection-kit-devel >= 0.102.0
15 BuildRequires:  libsmf-devel >= 1.3
16 Requires:       mma
17 Requires:       python-gtksourceview2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 LinuxBand is a GUI front-end for MMA (Musical MIDI Accompaniment).
22 Type in the chords, choose the groove and LinuxBand will play a
23 musical accompaniment for you. It’s an open source alternative to
24 Band-in-a-Box featuring:
25
26 - Easy to use graphical interface
27 - Open and well-documented data format
28 - Output to JACK Midi to facilitate co-operation with other audio
29   applications
30
31 %prep
32 %setup -q
33
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 %{__autoconf}
39
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING README.md
55 %attr(755,root,root) %{_bindir}/%{name}
56 %dir %{_libdir}/%{name}
57 %attr(755,root,root) %{_libdir}/%{name}/%{name}-player
58 %{_datadir}/%{name}
This page took 0.120125 seconds and 3 git commands to generate.