]> git.pld-linux.org Git - packages/FreeIconsProject.git/blob - FreeIconsProject.spec
- X11-libs for /usr/share/pixmaps; rel 4
[packages/FreeIconsProject.git] / FreeIconsProject.spec
1 Summary:        Very nice 3D icons
2 Summary(pl):    Bardzo ³adne ikonki 3D
3 Name:           FreeIconsProject
4 Version:        0.5
5 Release:        4
6 License:        GPL
7 Group:          X11/Amusements
8 #Source0:       http://www.kde-look.org/content/files/1822-FreeIcons_%{version}.tar.gz
9 Source0:        http://carrion.elysium.pl/download/FreeIcons_%{version}.tar.gz
10 # Source0-md5:  22eaaba11ff2a90e41c45eaffee867c9
11 URL:            http://carrion.elysium.pl/
12 # for _pixmapsdir
13 Requires:       X11-libs
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
21 Bardzo ³adne ikonki 3D zrobione przez Polaka.
22
23 %prep
24 %setup -n FreeIcons_%{version} -q
25
26 %build
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/{apps,devices,filesystems,mimetypes}
30 #install -d $RPM_BUILD_ROOT%{_pixmapsdir}/{apps,devices,filesystem,symbols}
31
32 install 48x48/apps/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/apps
33 install 48x48/devices/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/devices
34 install 48x48/filesystems/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/filesystems
35 install 48x48/mimetypes/* $RPM_BUILD_ROOT%{_pixmapsdir}/48x48/mimetypes
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 #%doc AUTHORS TODO VERSION
43 %{_pixmapsdir}/48x48
This page took 0.032104 seconds and 3 git commands to generate.