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