]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blame - xorg-driver-input-hyperpen.spec
- added README to docs
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
CommitLineData
07da397e
JB
1# NOTE: doesn't build with current xserver
2Summary: X.org input driver for Aiptek HyperPen devices
3Summary(pl.UTF-8): Sterownik wejściowy X.org dla urządzeń Aiptek HyperPen
261e8826 4Name: xorg-driver-input-hyperpen
ba839a94 5Version: 1.3.0
07da397e 6Release: 2.1
261e8826
JB
7License: MIT
8Group: X11/Applications
90bf7255 9Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
ba839a94 10# Source0-md5: c50d0da3206d18d9d94f720e3688eca5
261e8826
JB
11URL: http://xorg.freedesktop.org/
12BuildRequires: autoconf >= 2.57
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
8bc37f32
JB
16BuildRequires: xorg-proto-inputproto-devel
17BuildRequires: xorg-proto-randrproto-devel
825afd02 18BuildRequires: xorg-util-util-macros >= 0.99.2
90bf7255 19BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
963a0faf 20BuildRequires: rpmbuild(macros) >= 1.389
07da397e 21%{?requires_xorg_xserver_xinput}
90bf7255 22Requires: xorg-xserver-server >= 1.0.99.901
261e8826
JB
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
07da397e
JB
26X.org input driver for Aiptek HyperPen devices. It supports Aiptek
27HyperPen 6000.
261e8826 28
d8d0eb28 29%description -l pl.UTF-8
07da397e
JB
30Sterownik wejściowy X.org dla urządzeń Aiptek HyperPen. Obsługuje
31Aiptek HyperPen 6000.
261e8826
JB
32
33%prep
34%setup -q -n xf86-input-hyperpen-%{version}
35
36%build
37%{__libtoolize}
38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
07da397e 42%configure
261e8826
JB
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
825afd02 50 DESTDIR=$RPM_BUILD_ROOT
261e8826
JB
51
52rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
07da397e 59%doc COPYING ChangeLog README
261e8826 60%attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
825afd02 61#%{_mandir}/man4/hyperpen.4*
This page took 0.116554 seconds and 4 git commands to generate.