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