diff --git a/README.md b/README.md index bfd33a1..a53b18f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xorg-drv-input-hyperpen +X.Org input drivers for hyperpen. + diff --git a/xorg-drv-input-hyperpen.spec b/xorg-drv-input-hyperpen.spec new file mode 100644 index 0000000..3c336f2 --- /dev/null +++ b/xorg-drv-input-hyperpen.spec @@ -0,0 +1,52 @@ +%define filename xf86-input-hyperpen +Name: xorg-drv-input-hyperpen +Version: 1.4.1 +Release: 2mamba +Summary: X.Org input drivers for hyperpen +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://ftp.freedesktop.org/pub/individual/driver/%{filename}-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: xorg-server-devel >= 1.1.0 +BuildRequires: xorg-proto-devel >= %{xorg_ver} + +%description +X.Org input drivers for hyperpen. + +%prep +%setup -q -c -a0 +%build + cd %{filename}-%{version} + %configure + %make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + cd %{filename}-%{version} + %makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/xorg/modules/input/hyperpen_drv.la +%{_libdir}/xorg/modules/input/hyperpen_drv.so +%changelog +* Tue Mar 05 2013 Silvan Calarco 1.4.1-2mamba +- xorg-server 1.12 mass rebuild + +* Tue Jul 26 2011 Automatic Build System 1.4.1-1mamba +- automatic version update by autodist + +* Sat Jul 02 2011 Automatic Build System 1.4.0-1mamba +- automatic update by autodist + + +* Fri Jun 5 2009 Ercole 'ercolinux' Carpanetto 1.3.0-1mamba +- package created +