wok diff libsamplerate/receipt @ rev 14957

Up: enlightenment-backgrounds (0.17.4)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:20:58 2013 +0200 (2013-08-08)
parents a41e67c53243
children f9588901ecdc
line diff
     1.1 --- a/libsamplerate/receipt	Thu Apr 19 22:36:56 2012 +0000
     1.2 +++ b/libsamplerate/receipt	Thu Aug 08 19:20:58 2013 +0200
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Sample Rate Converter for audio."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -DEPENDS="libsndfile libogg"
    1.10  WEB_SITE="http://www.mega-nerd.com/SRC/"
    1.11  WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL"
    1.12  
    1.13 +DEPENDS="libsndfile libogg"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -26,7 +28,7 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/bin $fs/usr
    1.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib 
    1.26  }
    1.27