wok diff shell-fm/receipt @ rev 6215

Up: libnice, libnice-dev to 0.0.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 16:33:27 2010 +0000 (2010-09-11)
parents 41b67c175e37
children 726947f9394d
line diff
     1.1 --- a/shell-fm/receipt	Sun May 03 18:24:12 2009 +0200
     1.2 +++ b/shell-fm/receipt	Sat Sep 11 16:33:27 2010 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="jozee@slitaz.org"
     1.5  DEPENDS="libmad libao taglib zlib"
     1.6  BUILD_DEPENDS="libmad-dev libao-dev libao git"
     1.7 -
     1.8 +WEB_SITE="http://nex.scrapping.cc/shell-fm/"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -18,15 +18,11 @@
    1.13  	cd $PACKAGE
    1.14  	make &&
    1.15  	make DESTDIR=$PWD/../_pkg install
    1.16 -
    1.17  }
    1.18  
    1.19 -	
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr 
    1.25 +	mkdir -p $fs/usr
    1.26  	cp -a $_pkg/usr/bin $fs/usr
    1.27 -	
    1.28  }