]> git.pld-linux.org Git - packages/FreeIconsProject.git/blob - FreeIconsProject.spec
- rel.5
[packages/FreeIconsProject.git] / FreeIconsProject.spec
1 # TODO: icon themes should go to %{_iconsdir}/theme/size/... instead of %{_pixmapsdir}/size/...
2 Summary:        Very nice 3D icons
3 Summary(pl.UTF-8):      Bardzo ładne ikonki 3D
4 Name:           FreeIconsProject
5 Version:        0.5
6 Release:        5
7 License:        GPL
8 Group:          X11/Amusements
9 #Source0:       http://www.kde-look.org/content/files/1822-FreeIcons_%{version}.tar.gz
10 Source0:        http://carrion.elysium.pl/download/FreeIcons_%{version}.tar.gz
11 # Source0-md5:  22eaaba11ff2a90e41c45eaffee867c9
12 URL:            http://carrion.elysium.pl/
13 Requires:       %{_pixmapsdir}
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Very nice 3D icons.
19
20 %description -l pl.UTF-8
21 Bardzo ładne ikonki 3D zrobione przez Polaka.
22
23 %prep
24 %setup -n FreeIcons_%{version} -q
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/{apps,devices,filesystems,mimetypes}
29
30 install 48x48/apps/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/apps
31 install 48x48/devices/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/devices
32 install 48x48/filesystems/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/filesystems
33 install 48x48/mimetypes/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/mimetypes
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 #%doc AUTHORS TODO VERSION
41 %{_pixmapsdir}/48x48
This page took 0.066964 seconds and 3 git commands to generate.