]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blob - xorg-driver-input-hyperpen.spec
- release 11 (by relup.sh)
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
1 Summary:        X.org input driver for Aiptek HyperPen devices
2 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla urządzeń Aiptek HyperPen
3 Name:           xorg-driver-input-hyperpen
4 Version:        1.4.1
5 Release:        11
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:  75dc36477a291f8c2f7c808ab78a400a
10 Patch0:         am.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-proto-inputproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-util-util-macros >= 0.99.2
20 BuildRequires:  xorg-xserver-server-devel >= 1.10.0
21 %{?requires_xorg_xserver_xinput}
22 Requires:       xorg-xserver-server >= 1.10.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 X.org input driver for Aiptek HyperPen devices. It supports Aiptek
27 HyperPen 6000.
28
29 %description -l pl.UTF-8
30 Sterownik wejściowy X.org dla urządzeń Aiptek HyperPen. Obsługuje
31 Aiptek HyperPen 6000.
32
33 %prep
34 %setup -q -n xf86-input-hyperpen-%{version}
35 %patch0 -p1
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc COPYING ChangeLog README
61 %attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
62 #%{_mandir}/man4/hyperpen.4*
This page took 0.050411 seconds and 3 git commands to generate.