]> git.pld-linux.org Git - packages/xorg-driver-input-elographics.git/blob - xorg-driver-input-elographics.spec
- new
[packages/xorg-driver-input-elographics.git] / xorg-driver-input-elographics.spec
1 Summary:        X.org input driver for Elographics touchscreen devices
2 Summary(pl):    Sterownik wej¶ciowy X.org dla ekranów dotykowych Elographics
3 Name:           xorg-driver-input-elographics
4 Version:        1.0.0.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-input-elographics-%{version}.tar.bz2
9 # Source0-md5:  91b99bcb075b1235df14efbc476544cb
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-xproto-devel
16 BuildRequires:  xorg-util-util-macros >= 0.99.1
17 BuildRequires:  xorg-xserver-server-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 X.org input driver for Elographics touchscreen devices. E271-2210 and
22 E271-2200 devices are supported. E281-2310 and compatible devices are
23 supported with some features unavailable.
24
25 %description -l pl
26 Sterownik wej¶ciowy X.org dla ekranów dotykowych Elographics.
27 Obs³ugiwane s± urz±dzenia E271-2210 i E271-2200, natomiast E281-2381 i
28 kompatybilne s± obs³ugiwane bez niektórych mo¿liwo¶ci.
29
30 %prep
31 %setup -q -n xf86-input-elographics-%{version}
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure \
40         --disable-static
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         drivermandir=%{_mandir}/man4
50
51 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %attr(755,root,root) %{_libdir}/xorg/modules/input/elographics_drv.so
59 %{_mandir}/man4/elographics.4x*
This page took 0.080488 seconds and 4 git commands to generate.