summaryrefslogtreecommitdiffstats
path: root/goattracker.spec
diff options
context:
space:
mode:
Diffstat (limited to 'goattracker.spec')
-rw-r--r--goattracker.spec48
1 files changed, 48 insertions, 0 deletions
diff --git a/goattracker.spec b/goattracker.spec
new file mode 100644
index 0000000..a413e23
--- /dev/null
+++ b/goattracker.spec
@@ -0,0 +1,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