]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blob - xorg-driver-input-hyperpen.spec
- 1.0.0.5 (X11R7.0 release)
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
1 Summary:        X.org input driver for HyperPen devices
2 Summary(pl):    Sterownik wej¶ciowy X.org dla urz±dzeñ HyperPen
3 Name:           xorg-driver-input-hyperpen
4 Version:        1.0.0.5
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0/src/driver/xf86-input-hyperpen-%{version}.tar.bz2
9 # Source0-md5:  578d0720c274973292f5b9adea5959bf
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 >= 0.99.3
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 X.org input driver for HyperPen devices.
23
24 %description -l pl
25 Sterownik wej¶ciowy X.org dla urz±dzeñ HyperPen.
26
27 %prep
28 %setup -q -n xf86-input-hyperpen-%{version}
29
30 %build
31 %{__libtoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure \
37         --disable-static
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog
55 %attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
56 #%{_mandir}/man4/hyperpen.4*
This page took 0.058284 seconds and 4 git commands to generate.