]> git.pld-linux.org Git - packages/armagetron-moviesounds.git/blob - armagetron-moviesounds.spec
- Nosource: 0. mayby delete it from distfiles?
[packages/armagetron-moviesounds.git] / armagetron-moviesounds.spec
1 Summary:        Moviesounds addon for armagetron game
2 Summary(pl):    Dodatek Moviesounds do gry armagetron
3 Name:           armagetron-moviesounds
4 Version:        1
5 Release:        1
6 License:        not distributable
7 Group:          X11/Applications/Games
8 Source0:        http://armagetron.sourceforge.net/addons/moviesounds_fq.zip
9 # Source0-md5:  3c5d04af52eb296cdeb2fba5ecbd8899
10 NoSource:       0
11 URL:            http://armagetron.sourceforge.net/
12 Requires:       armagetron
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Moviesounds addon for armagetron game.
18
19 Note: These files are not under the GPL; it probably is a violation of
20 Disney's copyright to download them.
21
22 %description -l pl
23 Dodatek Moviesounds do gry armagetron.
24
25 Uwaga: Te pliki nie s± objête licencj± GPL. ¦ci±gniêcie tych plików
26 jest prawdopodobnie naruszeniem praw autorskich Disney'a.
27
28 %prep
29 %setup -q -n moviesounds
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_prefix}/games/armagetron/moviesounds
34
35 install *.wav $RPM_BUILD_ROOT%{_prefix}/games/armagetron/moviesounds
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{_prefix}/games/armagetron/moviesounds
This page took 0.066428 seconds and 4 git commands to generate.