]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blame - xorg-app-xcursorgen.spec
- rel 3; build fixed
[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
ffce7ced 4Version: 1.0.5
bc9dd33e 5Release: 3
de158ee9
AM
6License: MIT
7Group: X11/Applications
529931f5 8Source0: http://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2
ffce7ced 9# Source0-md5: 09f56978a62854534deacc8aa8ff3031
de158ee9 10URL: http://xorg.freedesktop.org/
4e27b7bd 11BuildRequires: autoconf >= 2.60
de158ee9 12BuildRequires: automake
19d4b7f1 13BuildRequires: libpng-devel >= 1.2
a807c992 14BuildRequires: pkgconfig >= 1:0.19
4e27b7bd 15BuildRequires: xorg-lib-libX11-devel
32c96270 16BuildRequires: xorg-lib-libXcursor-devel
4e27b7bd 17BuildRequires: xorg-util-util-macros >= 1.8
8478db16 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
de158ee9
AM
19
20%description
76c764db 21xcursorgen creates an X cursor file from a collection of PNG images.
de158ee9 22
8ac717d4 23%description -l pl.UTF-8
76c764db 24xcursorgen tworzy plik kursora X ze zbioru obrazów PNG.
de158ee9 25
de158ee9
AM
26%prep
27%setup -q -n xcursorgen-%{version}
28
de158ee9
AM
29%build
30%{__aclocal}
31%{__autoconf}
32%{__autoheader}
33%{__automake}
34%configure
35
36%{__make}
37
de158ee9
AM
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
de158ee9
AM
44%clean
45rm -rf $RPM_BUILD_ROOT
46
de158ee9
AM
47%files
48%defattr(644,root,root,755)
4294c3f0 49%doc AUTHORS COPYING ChangeLog README
a52236f2 50%attr(755,root,root) %{_bindir}/xcursorgen
bc9dd33e 51%{_mandir}/man1/xcursorgen.1*
This page took 0.074816 seconds and 4 git commands to generate.