]> git.pld-linux.org Git - packages/aqualung-skins.git/blob - aqualung-skins.spec
- R: aqualung
[packages/aqualung-skins.git] / aqualung-skins.spec
1 #
2 Summary:        Aqualung - additional skins
3 Summary(pl):    Aqualung - dodatkowe skórki
4 Name:           aqualung-skins
5 Version:        0
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications/Sound
9 Source0:        http://aqualung.sf.net/skins/aqualung-dark.tar.gz
10 # Source0-md5:  4bdfb815875db5bfefaa138c3b93833b
11 Source1:        http://aqualung.sf.net/skins/aqualung-metal.tar.gz
12 # Source1-md5:  193ec183c7050cf8f844287953c3d6e8
13 Source2:        http://aqualung.sf.net/skins/aqualung-woody.tar.gz
14 # Source2-md5:  d13546c75e5712d9fed880d0e3a7e792
15 URL:            http://aqualung.sourceforge.net/
16 Requires:       aqualung
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Additional skins for aqualung
21
22 %description -l pl
23 Dodatkowe skórki
24
25 %package -n %{name}-dark
26 Summary:        Dark skin for aqualung
27 Summary(pl):    Skórka Dark
28 Group:          X11/Applications/Multimedia
29
30 %description -n %{name}-dark
31 Dark, XMMS-like colors. Your eye won't get burned.
32
33 %package -n %{name}-metal
34 Summary:        Metal skin for aqualung
35 Summary(pl):    Skórka Metal
36 Group:          X11/Applications/Multimedia
37
38 %description -n %{name}-metal
39 Modern looking, shining metal colors.
40
41 %package -n %{name}-woody
42 Summary:        Woody skin for aqualung
43 Summary(pl):    Skórka Woody
44 Group:          X11/Applications/Multimedia
45
46 %description -n %{name}-woody
47 Warm look&feel, for those who like natural surfaces.
48
49 %prep
50 %setup -q -n aqualung-skins -c -a 1 -a 2 
51
52 %build
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 install -d $RPM_BUILD_ROOT%{_datadir}/aqualung/skin/
58 for i in dark metal woody; do
59         cp -rf $i $RPM_BUILD_ROOT%{_datadir}/aqualung/skin/
60 done
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -n %{name}-dark
66 %defattr(644,root,root,755)
67 %dir %{_datadir}/aqualung/skin/dark
68 %{_datadir}/aqualung/skin/dark/*
69
70 %files -n %{name}-metal
71 %defattr(644,root,root,755)
72 %dir %{_datadir}/aqualung/skin/metal
73 %{_datadir}/aqualung/skin/metal/*
74
75 %files -n %{name}-woody
76 %defattr(644,root,root,755)
77 %dir %{_datadir}/aqualung/skin/woody
78 %{_datadir}/aqualung/skin/woody/*
This page took 0.099947 seconds and 3 git commands to generate.