]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blob - xorg-driver-input-hyperpen.spec
afadde85fb0ecdf5c1a0e9b8db5e2327ef5832ca
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
1 Summary:        X.org input driver for HyperPen devices
2 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla urządzeń HyperPen
3 Name:           xorg-driver-input-hyperpen
4 Version:        1.1.0
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
9 # Source0-md5:  1dfccb75069e61e0c6f990b47eb58c40
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-inputproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
19 BuildRequires:  rpmbuild(macros) >= 1.389
20 %requires_xorg_xserver_xinput
21 Requires:       xorg-xserver-server >= 1.0.99.901
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org input driver for HyperPen devices.
26
27 %description -l pl.UTF-8
28 Sterownik wejściowy X.org dla urządzeń HyperPen.
29
30 %prep
31 %setup -q -n xf86-input-hyperpen-%{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
50 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc COPYING ChangeLog
58 %attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
59 #%{_mandir}/man4/hyperpen.4*
This page took 0.059055 seconds and 2 git commands to generate.