]> git.pld-linux.org Git - packages/xorg-driver-input-keyboard.git/commitdiff
- basic drivers for modular X.org
authorjpc <jpc@pld-linux.org>
Thu, 20 Oct 2005 22:18:13 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-input-keyboard.spec -> 1.1

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

diff --git a/xorg-driver-input-keyboard.spec b/xorg-driver-input-keyboard.spec
new file mode 100644 (file)
index 0000000..cf7d175
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       X.org keyboard driver
+Summary(pl):   Sterownik klawiatury dla X.org
+Name:          xorg-driver-input-keyboard
+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-keyboard-%{version}.tar.bz2
+# Source0-md5: e560fafebb8fc53be2daa1f43a02d0fd
+URL:           http://xorg.freedesktop.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: pkgconfig >= 0.19
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org keyboard driver
+
+%description -l pl
+Sterownik klawiatury dla X.org
+
+%prep
+%setup -q -n xf86-input-keyboard-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/*/*.so
+%{_mandir}/man4x/*.4x*
This page took 0.102137 seconds and 4 git commands to generate.