]> git.pld-linux.org Git - packages/funkgold.git/blobdiff - funkgold.spec
- adapterized.
[packages/funkgold.git] / funkgold.spec
index 2b6845657405d659bb850ff3545c9440231da1c7..7eea0729a9e22d37e9f48f7660719664abb4a883 100644 (file)
@@ -1,40 +1,37 @@
-Summary:       FNK/MOD Editor; Sound file editor
+Summary:       FNK/MOD sound file (module) editor
+Summary(pl):   Edytor plików d¼wiêkowych (modu³ów) FNK/MOD
 Name:          FunktrackerGOLD
 Version:       1.5
 Release:       2
 License:       GPL
 Group:         Applications/Sound
-Group(pl):     Aplikacje/D¼wiêk
 Source0:       http://www.downunder.net.au/~jsno/rel/unix_projects/funktrackergold-%{version}.tgz
 Patch0:                funkgold.patch
 Patch1:                funkgold-megaloman.patch
 URL:           http://www.downunder.net.au/~jsno/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-ExclusiveArch: i386 
+ExclusiveArch: i386
 
 %description
-Mod tracking program. This is the only working MOD tracker available
-for Linux at this time.
+Mod tracking program.
 
 %description -l pl
-Tracker plików MOD. Jest to jedyny obecnie istniej±cy MOD tracker dla
-Linuksa.
+Edytor (tracker) do plików MOD i FNK.
 
 %prep
 %setup -q -n funkgold
-%patch0 -p1 -b .asm
-%patch1 -p1 -b .megaloman
+%patch0 -p1
+%patch1 -p1
 
 %build
-
 %{__make} clean
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/funktracker}
 
-install -s funkgold $RPM_BUILD_ROOT%{_bindir}
+install funkgold $RPM_BUILD_ROOT%{_bindir}
 install Songs/* $RPM_BUILD_ROOT%{_libdir}/funktracker
 
 gzip -9nf DEVELOPERS.README FORMAT.FunktrackerGOLD FORMAT.Protracker \
This page took 0.091225 seconds and 4 git commands to generate.