]> git.pld-linux.org Git - packages/funkgold.git/blob - funkgold.spec
- added using %%{__make} macro.
[packages/funkgold.git] / funkgold.spec
1 Summary:        FNK/MOD Editor; Sound file editor
2 Name:           FunktrackerGOLD
3 Version:        1.5
4 Release:        2
5 License:        GPL
6 Group:          Applications/Sound
7 Group(pl):      Aplikacje/D¼wiêk
8 Source0:        http://www.downunder.net.au/~jsno/rel/unix_projects/funktrackergold-%{version}.tgz
9 Patch0:         funkgold.patch
10 Patch1:         funkgold-megaloman.patch
11 URL:            http://www.downunder.net.au/~jsno/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 ExclusiveArch:  i386 
14
15 %description
16 Mod tracking program. This is the only working MOD tracker available
17 for Linux at this time.
18
19 %description -l pl
20 Tracker plików MOD. Jest to jedyny obecnie istniej±cy MOD tracker dla
21 Linuksa.
22
23 %prep
24 %setup -q -n funkgold
25 %patch0 -p1 -b .asm
26 %patch1 -p1 -b .megaloman
27
28 %build
29
30 %{__make} clean
31 make
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/funktracker}
36
37 install -s funkgold $RPM_BUILD_ROOT%{_bindir}
38 install Songs/* $RPM_BUILD_ROOT%{_libdir}/funktracker
39
40 gzip -9nf DEVELOPERS.README FORMAT.FunktrackerGOLD FORMAT.Protracker \
41         TODO WHATS-NEW
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_bindir}/funkgold
50 %{_libdir}/funktracker
This page took 0.06051 seconds and 3 git commands to generate.