]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Oct 2005 21:44:28 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-input-hyperpen.spec -> 1.1

xorg-driver-input-hyperpen.spec [new file with mode: 0644]

diff --git a/xorg-driver-input-hyperpen.spec b/xorg-driver-input-hyperpen.spec
new file mode 100644 (file)
index 0000000..fb91367
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       X.org input driver for HyperPen devices
+Summary(pl):   Sterownik wej¶ciowy X.org dla urz±dzeñ HyperPen
+Name:          xorg-driver-input-hyperpen
+Version:       1.0.0.1
+Release:       0.1
+License:       MIT
+Group:         X11/Applications
+Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-input-hyperpen-%{version}.tar.bz2
+# Source0-md5: 202b38fa2364b4d67ea8ee608c203e3c
+URL:           http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-proto-xproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRequires: xorg-xserver-server-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org input driver for HyperPen devices.
+
+%description -l pl
+Sterownik wej¶ciowy X.org dla urz±dzeñ HyperPen.
+
+%prep
+%setup -q -n xf86-input-hyperpen-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       drivermandir=%{_mandir}/man4
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
+#%{_mandir}/man4/hyperpen.4x*
This page took 0.074781 seconds and 4 git commands to generate.