]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blob - xorg-app-xcursorgen.spec
b3312eeed2939c157e062fe2354457a12807c8ed
[packages/xorg-app-xcursorgen.git] / xorg-app-xcursorgen.spec
1 Summary:        xcursorgen application - create an X cursor file from a collection of PNG images
2 Summary(pl.UTF-8):      Aplikacja xcursorgen do tworzenia pliku kursora X ze zbioru obrazów PNG
3 Name:           xorg-app-xcursorgen
4 Version:        1.0.6
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2
9 # Source0-md5:  b58a87e6cd7145c70346adad551dba48
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libpng-devel >= 1.2
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXcursor-devel
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xcursorgen creates an X cursor file from a collection of PNG images.
22
23 %description -l pl.UTF-8
24 xcursorgen tworzy plik kursora X ze zbioru obrazów PNG.
25
26 %prep
27 %setup -q -n xcursorgen-%{version}
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING ChangeLog README
50 %attr(755,root,root) %{_bindir}/xcursorgen
51 %{_mandir}/man1/xcursorgen.1*
This page took 0.054532 seconds and 2 git commands to generate.