]> git.pld-linux.org Git - packages/asma.git/blob - asma.spec
- use tr not sed
[packages/asma.git] / asma.spec
1 Summary:        ASMA - the Atari Sap Music Archive
2 Summary(pl):    ASMA - archiwum muzyki w formacie SAP
3 Name:           asma
4 Version:        2.6
5 %define         _ver    %(echo %version | tr -d .)
6 Release:        1
7 License:        various, not distributable
8 Group:          Applications/Sound
9 Source0:        http://asma.dspaudio.com/bin/%{name}%{_ver}.zip
10 NoSource:       0
11 URL:            http://asma.dspaudio.com/
12 BuildRequires:  unzip
13 Buildarch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Atari SAP music archive is a collection of the Atari XL/XE music in a
18 format playable by the SAP player. It contains hundreds of the best
19 Atari tunes while the number of them should grow rapidly.
20
21 %description -l pl
22 Archiwum muzyki w formacie SAP (ASMA) jest kolekcj± muzyki pochodz±cej
23 z Atari XL/XE w formacie odgrywalnym przez SAP player. Archiwum
24 zawiera setki najlepszych melodii z Atari i ci±gle siê powiêksza.
25
26 %prep
27 %setup -q -c
28 unzip -q files.zip
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/asma/{Classics,Demos,Games,Unsorted,Various}
33 cp -r ASMA/{Classics,Demos,Games,Unsorted,Various} $RPM_BUILD_ROOT%{_datadir}/asma/
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc ASMA/Docs/*
41 %{_datadir}/asma
This page took 0.285221 seconds and 3 git commands to generate.