]> git.pld-linux.org Git - packages/seq24.git/blob - seq24.spec
69157dd5cbf0f37ed4283fec434a6884ad2d9a33
[packages/seq24.git] / seq24.spec
1 Summary:        Real-time MIDI sequencer
2 Summary(pl):    Sekwencer MIDI dzia³aj±cy w czasie rzeczywistym
3 Name:           seq24
4 Version:        0.6.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        http://filter24.org/seq24/%{name}-%{version}.tar.gz
9 # Source0-md5:  d55f6bd6cf3b4b9c72a5da4444ae5cd3
10 Source1:        %{name}.desktop
11 URL:            http://filter24.org/seq24/
12 BuildRequires:  alsa-lib-devel >= 0.9.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtkmm22-devel
16 BuildRequires:  jack-audio-connection-kit-devel >= 0.90.0
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Seq24 is a real-time midi sequencer. It was created to provide a very
23 simple interface for editing and playing MIDI 'loops'.
24
25 %description -l pl
26 Seq24 jest sekwencerem dzia³aj±cym w czasie rzeczywistym. Zosta³
27 stworzony z my¶l± o prostocie interfejsu do edycji i odtwarzania
28 'pêtli' MIDI.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoheader}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_desktopdir}
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README RTC SEQ24
57 %attr(755,root,root) %{_bindir}/*
58 %{_desktopdir}/*.desktop
This page took 0.057999 seconds and 2 git commands to generate.