]> git.pld-linux.org Git - packages/xorg-driver-input-aiptek.git/blame - xorg-driver-input-aiptek.spec
- release 10 (by relup.sh)
[packages/xorg-driver-input-aiptek.git] / xorg-driver-input-aiptek.spec
CommitLineData
8e749e37 1Summary: X.org input driver for Aiptek HyperPen USB-based tablet devices
0c640908 2Summary(pl.UTF-8): Sterownik wejściowy X.org dla tabletów Aiptek HyperPen na USB
8e749e37 3Name: xorg-driver-input-aiptek
484cf4d6 4Version: 1.4.1
a190eeeb 5Release: 10
8e749e37
JB
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-%{version}.tar.bz2
484cf4d6 9# Source0-md5: 8231f6ce1c477eac653c9deb527fa3cb
8e749e37 10URL: http://aiptektablet.sourceforge.net/
eaecc20f 11BuildRequires: autoconf >= 2.60
8e749e37
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
15BuildRequires: xorg-proto-inputproto-devel
16BuildRequires: xorg-proto-randrproto-devel
eaecc20f 17BuildRequires: xorg-util-util-macros >= 1.8
4575f223 18BuildRequires: xorg-xserver-server-devel >= 1.9.0
80d17c8c 19BuildRequires: rpmbuild(macros) >= 1.389
eaecc20f 20%{?requires_xorg_xserver_xinput}
4575f223 21Requires: xorg-xserver-server >= 1.9.0
8e749e37
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25X.org input driver for Aiptek HyperPen USB-based tablet devices.
26
decd1c96
JR
27%description -l pl.UTF-8
28Sterownik wejściowy X.org dla tabletów Aiptek HyperPen na USB.
8e749e37
JB
29
30%prep
31%setup -q -n xf86-input-aiptek-%{version}
32
8e749e37
JB
33%build
34%{__libtoolize}
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure \
40 --disable-static
41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
484cf4d6 50%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
8e749e37
JB
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
eaecc20f 57%doc COPYING ChangeLog README
8e749e37
JB
58%attr(755,root,root) %{_libdir}/xorg/modules/input/aiptek_drv.so
59%{_mandir}/man4/aiptek.4*
This page took 0.08925 seconds and 4 git commands to generate.