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