]> git.pld-linux.org Git - packages/xautomation.git/blob - xautomation.spec
- up to 1.09
[packages/xautomation.git] / xautomation.spec
1 Summary:        Tools for controling X from the command line
2 Summary(pl.UTF-8):      Narzędzia do sterowania X Window System z linii poleceń
3 Name:           xautomation
4 Version:        1.09
5 Release:        1
6 License:        GPL v2+
7 Vendor:         Steve Slaven <bpk@hoopajoo.net>
8 Group:          X11/Applications
9 Source0:        http://hoopajoo.net/static/projects/%{name}-%{version}.tar.gz
10 # Source0-md5:  16b973fdb525feed876471225bba30ed
11 URL:            http://hoopajoo.net/projects/xautomation.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libpng-devel
15 BuildRequires:  libtool
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRequires:  xorg-lib-libXtst-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The control interface allows mouse movement, clicking, button up/down,
22 key up/down, etc. The visgrep program find images inside of images and
23 reports the coordinates, allowing progams to find buttons, etc, on the
24 screen to click on.
25
26 Useful with tools like <http://bur.st/~benc/index.pl?p=external-edit>.
27
28 %description -l pl.UTF-8
29 Narzędzia pozwalają na poruszanie wskaźnikiem myszy, ,,naciskanie''
30 przycisków na klawiaturze itd. visgrep szuka obrazów w obrazach, by
31 można było zlokalizować przyciski do kliknięcia.
32
33 Użyteczne z narzędziami w rodzaju
34 <http://bur.st/~benc/index.pl?p=external-edit>.
35
36 %prep
37 %setup -q
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog README
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/man1/*
61 %{_mandir}/man7/xautomation.7*
This page took 0.189958 seconds and 4 git commands to generate.