]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blob - xorg-driver-input-mouse.spec
- basic drivers for modular X.org
[packages/xorg-driver-input-mouse.git] / xorg-driver-input-mouse.spec
1 Summary:        X.org mouse driver
2 Summary(pl):    Sterownik myszy dla X.org
3 Name:           xorg-driver-input-mouse
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-mouse-%{version}.tar.bz2
9 # Source0-md5:  fb2a899ea620b992918981e50e7ac2f8
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 0.19
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 X.org mouse driver
18
19 %description -l pl
20 Sterownik myszy dla X.org
21
22 %prep
23 %setup -q -n xf86-input-mouse-%{version}
24
25 %build
26 %{__aclocal}
27 %{__autoconf}
28 %{__autoheader}
29 %{__automake}
30 %configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_libdir}/xorg/modules/*/*.so
48 %{_mandir}/man4x/*.4x*
This page took 0.031456 seconds and 4 git commands to generate.