[meego-commits] 23876: New package MeeGo:1.2:oss/mouse-emulator
jieyang
no_reply at build.meego.com
Fri Sep 16 01:45:50 UTC 2011
Hi,
Adding new package mouse-emulator in project MeeGo:1.2:oss. Please review and accept ASAP.
Justification for this new package:
for tv.
Thank You,
jieyang
[This message was auto-generated]
---
Request #23876:
submit: MeeGo:1.2:oss:Testing/mouse-emulator(r1)(update) -> MeeGo:1.2:oss/mouse-emulator
Message:
for tv.
State: new 2011-09-15T18:35:49 jieyang
Comment: None
This is a NEW package in MeeGo:1.2:oss project.
The files in the new package:
mouse-emulator/
|__ Makefile
|__ mouse-emulator-0.1.0.tar.bz2
|__ mouse-emulator.changes
|__ mouse-emulator.spec
|__ mouse-emulator.yaml
The content of the YAML file, mouse-emulator.yaml:
===================================================================
Name: mouse-emulator
Summary: A daemon program to simulate mouse move from direction key press
Version: 0.1.0
Release: 1
Group: System/Daemons
License: LGPLv2.1
URL: http://www.meego.com
Sources:
- mouse-emulator-%{version}.tar.bz2
Description: |
The mouse-emulator was designed to simulate the mouse device by the key device,
like keyboard and remote. Working on top of evdev device, it has no dependency
on any specific driver. Acting as evdev device too, it is transparent to the
window system, like X and DirectFB.
Configure: autogen
Builder: make
===================================================================
The content of the spec file, mouse-emulator.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.22
#
# >> macros
# << macros
Name: mouse-emulator
Summary: A daemon program to simulate mouse move from direction key press
Version: 0.1.0
Release: 1
Group: System/Daemons
License: LGPLv2.1
URL: http://www.meego.com
Source0: mouse-emulator-%{version}.tar.bz2
Source100: mouse-emulator.yaml
%description
The mouse-emulator was designed to simulate the mouse device by the key device,
like keyboard and remote. Working on top of evdev device, it has no dependency
on any specific driver. Acting as evdev device too, it is transparent to the
window system, like X and DirectFB.
%prep
%setup -q -n %{name}
# >> setup
# << setup
%build
# >> build pre
# << build pre
%autogen --disable-static
%configure --disable-static
make %{?jobs:-j%jobs}
# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%make_install
# >> install post
# << install post
%files
%defattr(-,root,root,-)
# >> files
%{_bindir}/mouse-emulator
%config(noreplace) %{_sysconfdir}/ir.conf
%config(noreplace) %{_sysconfdir}/kb.conf
# << files
===================================================================
More information about the MeeGo-commits
mailing list