wok diff aubio-dev/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents c6ae74b43fce
children 851fc1686394
line diff
     1.1 --- a/aubio-dev/receipt	Tue Oct 19 21:01:19 2010 -0400
     1.2 +++ b/aubio-dev/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="0.3.2"
     1.5  CATEGORY="development"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="aubio devel files"
     1.9  WEB_SITE="http://aubio.piem.org/"
    1.10  WANTED="aubio"
    1.11 @@ -13,7 +14,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  }