File: sidplay-base.spec

package info (click to toggle)
sidplay-base 1.0.9-6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 416 kB
  • ctags: 226
  • sloc: sh: 3,011; cpp: 2,377; makefile: 57
file content (44 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download | duplicates (5)
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
Name: sidplay-base
Summary: A Commodore 64 music player and SID chip emulator.
Version: 1.0.9
Release: 1
Source: %{name}-%{version}.tgz
Icon: sidplay.xpm
Copyright: GPL
Group: Applications/Multimedia
URL: http://www.geocities.com/SiliconValley/Lakes/5147/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libsidplay-devel
Prefix: %{_prefix}

%description
SIDPLAY is basically a music player. It emulates the Sound Interface
Device (SID) chip and the microprocessor unit of the Commodore 64
computer, so it can load and execute C64 machine code programs which
produce music or sound. Normally these are short pieces of code
pulled out of Commodore games or demonstration programs. Using
SIDPLAY, you can listen to thousands of old and new C64 sound files
by infamous artists such as Hubbard and Paul Norman! In emulation,
their music lives on...

%prep
rm -rf %{buildroot}

%setup -q

%build
CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
make

%install
mkdir -p %{buildroot}
make DESTDIR=%{buildroot} install
strip %{buildroot}%{_bindir}/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING POINTER ChangeLog
%{_bindir}/*