wok diff libvorbis-dev/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents 55809d1fc91a
children 8ed62ecac0c7
line diff
     1.1 --- a/libvorbis-dev/receipt	Thu Apr 19 08:56:14 2012 +0000
     1.2 +++ b/libvorbis-dev/receipt	Tue Aug 13 17:56:32 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Vorbis base library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="other"
     1.8  DEPENDS="libogg-dev libvorbis"
     1.9  WANTED="libvorbis"
    1.10  WEB_SITE="http://www.xiph.org/"
    1.11 @@ -13,8 +14,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/usr/share
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.23  }