]> git.pld-linux.org Git - packages/icon-slicer.git/blame - icon-slicer.spec
- release 3
[packages/icon-slicer.git] / icon-slicer.spec
CommitLineData
452fd1d4 1Summary: Utility for icon theme generation
55f41cf5 2Summary(pl.UTF-8): Narzędzie do generowania motywów ikon
452fd1d4 3Name: icon-slicer
4Version: 0.3
f9dc01a9 5Release: 3
452fd1d4 6License: MIT
7Group: Development/Tools
8Source0: ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
9# Source0-md5: 5c5374d4f265b0abe4daef1d03f87104
0b42f846 10Patch0: %{name}-0.3-attachpoints.patch
636994cd 11BuildRequires: gtk+2-devel
0d1b2e6b 12BuildRequires: pkgconfig
636994cd 13BuildRequires: popt-devel
452fd1d4 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
452fd1d4 15
16%description
17icon-slicer is a utility for generating icon themes and libXcursor
18cursor themes.
19
aea1f6a1
JR
20%description -l pl.UTF-8
21icon-slicer to narzędzie do generowania motywów ikon oraz motywów
22kursorów libXcursor.
636994cd 23
452fd1d4 24%prep
25%setup -q
0b42f846 26%patch0 -p1
452fd1d4 27
28%build
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
636994cd
JB
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
452fd1d4 37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc README
44%attr(755,root,root) %{_bindir}/icon-slicer
This page took 0.034172 seconds and 4 git commands to generate.