]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blame_incremental - xorg-app-xcursorgen.spec
- up to 1.0.2
[packages/xorg-app-xcursorgen.git] / xorg-app-xcursorgen.spec
... / ...
CommitLineData
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
3Name: xorg-app-xcursorgen
4Version: 1.0.2
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2
9# Source0-md5: 6fc90896b8c786cb1a2100b4167f7874
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libpng-devel >= 1.2
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: xorg-lib-libXcursor-devel
16BuildRequires: xorg-util-util-macros >= 0.99.2
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20xcursorgen creates an X cursor file from a collection of PNG images.
21
22%description -l pl.UTF-8
23xcursorgen tworzy plik kursora X ze zbioru obrazów PNG.
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
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -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.052409 seconds and 4 git commands to generate.