]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blame - xorg-app-xcursorgen.spec
- s/pkg-config/pkgconfig/ in BR:
[packages/xorg-app-xcursorgen.git] / xorg-app-xcursorgen.spec
CommitLineData
9dcd5952 1# $Rev: 3377 $, $Date: 2005-08-27 17:42:47 $
de158ee9
AM
2#
3Summary: xcursorgen application
4Summary(pl): Aplikacja xcursorgen
5Name: xorg-app-xcursorgen
6Version: 0.99.0
7Release: 0.02
8License: MIT
9Group: X11/Applications
10Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xcursorgen-%{version}.tar.bz2
11# Source0-md5: 6a2de4544d5861191c56484ac7e45790
12URL: http://xorg.freedesktop.org/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: xorg-lib-libXcursor-devel
16BuildRequires: libpng-devel
17BuildRequires: xorg-util-util-macros
9dcd5952 18BuildRequires: pkgconfig >= 0.19
de158ee9
AM
19BuildRoot: %{tmpdir}/xcursorgen-%{version}-root-%(id -u -n)
20
21%define _prefix /usr/X11R6
22
23%description
24xcursorgen application
25
26%description -l pl
27Aplikacja xcursorgen
28
29
30%prep
31%setup -q -n xcursorgen-%{version}
32
33
34%build
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40
41%{__make}
42
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54
55%files
56%defattr(644,root,root,755)
57%attr(755,root,wheel) %{_bindir}/*
This page took 0.108335 seconds and 4 git commands to generate.