]> git.pld-linux.org Git - packages/xorg-driver-input-elographics.git/blame - xorg-driver-input-elographics.spec
- updated to 1.4.4
[packages/xorg-driver-input-elographics.git] / xorg-driver-input-elographics.spec
CommitLineData
e59e07c9 1Summary: X.org input driver for Elographics touchscreen devices
43af51fc 2Summary(pl.UTF-8): Sterownik wejściowy X.org dla ekranów dotykowych Elographics
e59e07c9 3Name: xorg-driver-input-elographics
5a0ff86e 4Version: 1.4.4
76c2f566 5Release: 1
e59e07c9
JB
6License: MIT
7Group: X11/Applications
0f171958 8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-input-elographics-%{version}.tar.xz
5a0ff86e 9# Source0-md5: 1461469be7b0c00091aecd2618bad4d9
76c2f566 10URL: https://xorg.freedesktop.org/
0f171958 11BuildRequires: autoconf >= 2.60
e59e07c9 12BuildRequires: automake
5a0ff86e 13BuildRequires: libtool >= 2:2
e59e07c9 14BuildRequires: pkgconfig >= 1:0.19
0f171958
JB
15BuildRequires: rpmbuild(macros) >= 1.389
16BuildRequires: tar >= 1:1.22
c8ec9583
JB
17BuildRequires: xorg-proto-inputproto-devel
18BuildRequires: xorg-proto-randrproto-devel
0f171958
JB
19BuildRequires: xorg-proto-xproto-devel
20BuildRequires: xorg-util-util-macros >= 1.8
4835406b 21BuildRequires: xorg-xserver-server-devel >= 1.10.0
0f171958 22BuildRequires: xz
f57be95e 23%{?requires_xorg_xserver_xinput}
4835406b 24Requires: xorg-xserver-server >= 1.10.0
e59e07c9
JB
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28X.org input driver for Elographics touchscreen devices. E271-2210 and
29E271-2200 devices are supported. E281-2310 and compatible devices are
30supported with some features unavailable.
31
de540e50
JR
32%description -l pl.UTF-8
33Sterownik wejściowy X.org dla ekranów dotykowych Elographics.
34Obsługiwane są urządzenia E271-2210 i E271-2200, natomiast E281-2381 i
35kompatybilne są obsługiwane bez niektórych możliwości.
e59e07c9
JB
36
37%prep
38%setup -q -n xf86-input-elographics-%{version}
39
40%build
41%{__libtoolize}
42%{__aclocal}
43%{__autoconf}
44%{__autoheader}
45%{__automake}
f57be95e 46%configure
e59e07c9
JB
47
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
c15e22f4 54 DESTDIR=$RPM_BUILD_ROOT
e59e07c9 55
4835406b 56%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
e59e07c9
JB
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
76c2f566 63%doc COPYING ChangeLog README.md
e59e07c9 64%attr(755,root,root) %{_libdir}/xorg/modules/input/elographics_drv.so
c15e22f4 65%{_mandir}/man4/elographics.4*
This page took 0.119587 seconds and 4 git commands to generate.