]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blame_incremental - xorg-app-xcursorgen.spec
- updated to 1.0.7
[packages/xorg-app-xcursorgen.git] / xorg-app-xcursorgen.spec
... / ...
CommitLineData
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
3Name: xorg-app-xcursorgen
4Version: 1.0.7
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: https://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2
9# Source0-md5: 25cc7ca1ce5dcbb61c2b471c55e686b5
10URL: https://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
13BuildRequires: libpng-devel >= 1.2
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: xorg-lib-libX11-devel
16BuildRequires: xorg-lib-libXcursor-devel
17BuildRequires: xorg-util-util-macros >= 1.8
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21xcursorgen creates an X cursor file from a collection of PNG images.
22
23%description -l pl.UTF-8
24xcursorgen 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
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS COPYING ChangeLog README.md
50%attr(755,root,root) %{_bindir}/xcursorgen
51%{_mandir}/man1/xcursorgen.1*
This page took 0.067057 seconds and 4 git commands to generate.