wok-next diff bmpanel2cfg/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents 8d6f480bf664
children
line diff
     1.1 --- a/bmpanel2cfg/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/bmpanel2cfg/receipt	Thu Mar 17 00:11:28 2016 -0300
     1.3 @@ -8,14 +8,14 @@
     1.4  SHORT_DESC="bmpanel2 configurator"
     1.5  WEB_SITE="http://bmpanel2.googlecode.com/"
     1.6  WANTED="bmpanel2"
     1.7 -TAGS="window-manager wm panel"
     1.8 +TAGS="panel"
     1.9  
    1.10  DEPENDS="pygtk"
    1.11 -	
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib $fs/usr/bin
    1.17  	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    1.18 -	cp -a $install/usr/lib/python* $fs/usr/lib		
    1.19 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.20  }