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