Here's an excerpt from the scripts I use to build the VU meter
extensions 

Code:
--------------------
    
  EXTNAME=VU_Meter_Logitech_White                                               
                       
  
  mkdir -p 
jivelite-build/opt/jivelite/share/jive/applets/JogglerSkin/images/UNOFFICIAL/VUMeter
  
  
  cp -p 
jivelite/share/jive/applets/JogglerSkin/images/UNOFFICIAL/VUMeter/vu_analog_25seq_w.png
 \
  
jivelite-build/opt/jivelite/share/jive/applets/JogglerSkin/images/UNOFFICIAL/VUMeter
   
  
  mksquashfs jivelite-build ${EXTNAME}.tcz -all-root -no-progress               
                 
  
  md5sum ${EXTNAME}.tcz > ${EXTNAME}.tcz.md5.txt                                
                 
  
  cd jivelite-build                                                             
                 
  find * -not -type d > ../${EXTNAME}.tcz.list                                  
                 
  cd ..                                                                         
                 
  
  if [ -d jivelite-build ]; then                                                
                 
  rm -rf jivelite-build                                                         
         
  else                                                                          
                 
  exit # since something bad likely happened.                                   
         
  fi
--------------------


Here's the associated .info file for the white extension. Also
attached.

Code:
--------------------
    Title:              VU_Meter_Logitech_White.tcz
  Description:  Community squeezebox controller.
  Version:        8.0.0
  Commit:               b4aff097e3a3ee1769087771215637a4562d0cbf
  Authors:        Adrian Smith, Ralph Irving, Michael Herger
  Original-site:        https://github.com/ralph-irving/jivelite.git
  Copying-policy:       GPLv3
  Size:         393216
  Extension_by: piCorePlayer team: https://www.picoreplayer.org
                        Compiled for piCore 13.x
--------------------


+-------------------------------------------------------------------+
|Filename: VU_Meter_Logitech_White.tcz.info.txt                     |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=39586|
+-------------------------------------------------------------------+


Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=117304

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to