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