]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blame - xorg-app-xcursorgen.spec
- sorted BRs
[packages/xorg-app-xcursorgen.git] / xorg-app-xcursorgen.spec
CommitLineData
de158ee9
AM
1Summary: xcursorgen application
2Summary(pl): Aplikacja xcursorgen
3Name: xorg-app-xcursorgen
4Version: 0.99.0
5Release: 0.02
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xcursorgen-%{version}.tar.bz2
9# Source0-md5: 6a2de4544d5861191c56484ac7e45790
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf
12BuildRequires: automake
de158ee9 13BuildRequires: libpng-devel
9dcd5952 14BuildRequires: pkgconfig >= 0.19
32c96270
JB
15BuildRequires: xorg-lib-libXcursor-devel
16BuildRequires: xorg-util-util-macros
8478db16 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
de158ee9
AM
18
19%description
32c96270 20xcursorgen application.
de158ee9
AM
21
22%description -l pl
32c96270 23Aplikacja xcursorgen.
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)
46ad113c 48%attr(755,root,root) %{_bindir}/*
This page took 0.190526 seconds and 4 git commands to generate.