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