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