wok diff bmpanel2cfg/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents 8347a77cb78e
children 5d53e8ccbc8d
line diff
     1.1 --- a/bmpanel2cfg/receipt	Tue Oct 19 20:58:11 2010 -0400
     1.2 +++ b/bmpanel2cfg/receipt	Tue Aug 12 13:55:28 2014 +0200
     1.3 @@ -4,17 +4,18 @@
     1.4  VERSION="2.1pre1"
     1.5  CATEGORY="misc"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SHORT_DESC="bmpanel2 configurator"
     1.9  WEB_SITE="http://bmpanel2.googlecode.com/"
    1.10 -DEPENDS="pygtk"
    1.11  WANTED="bmpanel2"
    1.12  TAGS="window-manager wm panel"
    1.13  
    1.14 +DEPENDS="pygtk"
    1.15  	
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/lib $fs/usr/bin
    1.20 -	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    1.21 -	cp -a $_pkg/usr/lib/python* $fs/usr/lib		
    1.22 +	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    1.23 +	cp -a $install/usr/lib/python* $fs/usr/lib		
    1.24  }