]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blob - xorg-app-xcursorgen.spec
d59f49138dd3dcf973869ffd2213f7f1582a80c7
[packages/xorg-app-xcursorgen.git] / xorg-app-xcursorgen.spec
1 Summary:        xcursorgen application
2 Summary(pl.UTF-8):      Aplikacja xcursorgen
3 Name:           xorg-app-xcursorgen
4 Version:        1.0.1
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2
9 # Source0-md5:  39e1e62f5bd92603b0230b8b948c2fc4
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libpng-devel >= 1.2
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libXcursor-devel
16 BuildRequires:  xorg-util-util-macros >= 0.99.2
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xcursorgen application.
21
22 %description -l pl.UTF-8
23 Aplikacja xcursorgen.
24
25 %prep
26 %setup -q -n xcursorgen-%{version}
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS COPYING ChangeLog
49 %attr(755,root,root) %{_bindir}/xcursorgen
50 %{_mandir}/man1/xcursorgen.1x*
This page took 0.101656 seconds and 2 git commands to generate.