Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 60e18ee1f4e639c7c7c67803509d5ed1 > files > 2

xbindkeys-1.7.1-1mdk.src.rpm

%define	version	1.7.1
%define release	%mkrel 1

Summary:	Link keyboard and mouse input events with shell commands
Name:		xbindkeys
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/X11
URL:		http://hocwp.free.fr/xbindkeys/xbindkeys.html
Source:		http://hocwp.free.fr/xbindkeys/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	X11-devel guile-devel

%description
%{name} is a program that allows you to launch shell commands with
your keyboard or your mouse under X Window. It links commands to keys
or mouse buttons, using a configuration file. It's independent of the
window manager and can capture all keyboard keys (e.g. Power, Wake...).

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog README
%{_bindir}/*
%{_mandir}/man?/*

%changelog
* Tue Apr 26 2005 Abel Cheung <deaddog@mandriva.org> 1.7.1-1mdk
- First Mandriva Linux package