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