summaryrefslogtreecommitdiffstats
path: root/goattracker.spec
blob: a413e23a1a1b61552ddd6f7e29d1bcb9455e75d1 (plain)
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
Name:		goattracker
Version:	2.68
Release:	0.1%{?dist}
Summary:	Music editor for creating Commodore 64 music

Group:		Applications/Multimedia
License:	GPLv2+
URL:		http://sourceforge.net/projects/goattracker2/
# Original source location:
#  * http://prdownloads.sourceforge.net/goattracker2/GoatTracker_%{version}.zip
#  * http://prdownloads.sourceforge.net/goattracker2/GoatTracker_%{version}_Stereo.zip
# These zipfiles need to be cleaned of executables, and as that means we need
# to repackage them anyway, we can use .tar.xz for that.
# Run "./cleanup-sources.sh 2.68" for 
Source0:	%{name}-%{version}-cleaned-up.tar.xz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:	
#Requires:	

%description


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc



%changelog