Magellan Linux

Contents of /trunk/core/xf86-input-vmmouse/xf86-input-vmmouse-12.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3836 - (show annotations) (download)
Fri Nov 6 00:31:31 2009 UTC (14 years, 5 months ago) by niro
File size: 566 byte(s)
-fixed missing include for (mSTART/STOPservice)
1 # $Id$
2
3 PNAME="xf86-input-vmmouse"
4 PVER="12.6.5"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-drivers"
8 STATE="unstable"
9
10 DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 sminclude xorg mtools
14
15 UP2DATE="updatecmd_xorg ${PNAME}"
16
17 src_compile()
18 {
19 cd ${SRCDIR}
20
21 # hal-probe-vmmware executable must be found systemwide
22 xorg_src_configure --with-hal-callouts-dir=/usr/bin || die
23 mmake || die
24 }
25
26 # restart hal to get the provided hal rules recognized
27 postinstall()
28 {
29 mstartservice hald
30 }
31
32 postremove()
33 {
34 mstartservice hald
35 }

Properties

Name Value
svn:keywords Id