Magellan Linux

Diff of /smage/trunk/core/xf86-input-keyboard/xf86-input-keyboard-1.4.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 420 by niro, Thu May 6 23:14:45 2010 UTC revision 432 by niro, Thu May 6 23:23:43 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."  DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
12    
13  sminclude xorg mcore  MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/input/kbd_drv.so"
14    sminclude xorg mcore-split
15    
16  UP2DATE="updatecmd_xorg ${PNAME}"  UP2DATE="updatecmd_xorg ${PNAME}"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # generate configure scripts  
  autoreconf --verbose --force --install || die  
 }  

Legend:
Removed from v.420  
changed lines
  Added in v.432