wok diff aubio/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents 41a0453808ce
children 17e313b5b9c1
line diff
     1.1 --- a/aubio/receipt	Mon Jul 02 20:33:54 2012 +0200
     1.2 +++ b/aubio/receipt	Sun Feb 08 18:13:43 2015 +0000
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="0.3.2"
     1.5  CATEGORY="multimedia"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="A library for audio labelling"
     1.9  WEB_SITE="http://aubio.piem.org/"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11 @@ -30,8 +31,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib 
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.17 -	cp -a $_pkg/usr/share $fs/usr
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/lib/*so* $fs/usr/lib/
    1.20 +	cp -a $install/usr/share $fs/usr
    1.21  
    1.22  }