]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blob - xorg-driver-input-hyperpen.spec
- converted to UTF-8
[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 Requires:       xorg-xserver-server >= 1.0.99.901
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 X.org input driver for HyperPen devices.
24
25 %description -l pl.UTF-8
26 Sterownik wejściowy X.org dla urządzeń HyperPen.
27
28 %prep
29 %setup -q -n xf86-input-hyperpen-%{version}
30
31 %build
32 %{__libtoolize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure \
38         --disable-static
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc COPYING ChangeLog
56 %attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
57 #%{_mandir}/man4/hyperpen.4*
This page took 0.069378 seconds and 4 git commands to generate.