]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blob - xorg-app-xcursorgen.spec
- updated to 1.0.8
[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.8
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.xz
9 # Source0-md5:  89e81a1c31e4a1fbd0e431425cd733d7
10 URL:            https://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:  tar >= 1:1.22
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRequires:  xorg-lib-libXcursor-devel
18 BuildRequires:  xorg-proto-xproto-devel >= 7.0.22
19 BuildRequires:  xorg-util-util-macros >= 1.8
20 BuildRequires:  xz
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 xcursorgen creates an X cursor file from a collection of PNG images.
25
26 %description -l pl.UTF-8
27 xcursorgen tworzy plik kursora X ze zbioru obrazów PNG.
28
29 %prep
30 %setup -q -n xcursorgen-%{version}
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS COPYING ChangeLog README.md
53 %attr(755,root,root) %{_bindir}/xcursorgen
54 %{_mandir}/man1/xcursorgen.1*
This page took 0.195289 seconds and 3 git commands to generate.